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

models.dynamodb-2012-08-10-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.12.772
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : {
      "AttributeDefinition" : {
        "constructorForms" : [ [ "AttributeName", "AttributeType" ] ]
      },
      "AttributeValue" : {
        "constructorForms" : [ [ "S" ], [ "SS" ] ]
      },
      "AttributeValueUpdate" : {
        "constructorForms" : [ [ "Value", "Action" ] ]
      },
      "BatchGetItemRequest" : {
        "constructorForms" : [ [ "RequestItems" ], [ "RequestItems", "ReturnConsumedCapacity" ] ]
      },
      "BatchWriteItemRequest" : {
        "constructorForms" : [ [ "RequestItems" ] ]
      },
      "CreateTableRequest" : {
        "constructorForms" : [ [ "TableName", "KeySchema" ], [ "AttributeDefinitions", "TableName", "KeySchema", "ProvisionedThroughput" ] ]
      },
      "DeleteItemRequest" : {
        "constructorForms" : [ [ "TableName", "Key" ], [ "TableName", "Key", "ReturnValues" ] ]
      },
      "DeleteRequest" : {
        "constructorForms" : [ [ "Key" ] ]
      },
      "DeleteTableRequest" : {
        "constructorForms" : [ [ "TableName" ] ]
      },
      "DescribeTableRequest" : {
        "constructorForms" : [ [ "TableName" ] ]
      },
      "ExpectedAttributeValue" : {
        "constructorForms" : [ [ "Value" ], [ "Exists" ] ]
      },
      "GetItemRequest" : {
        "constructorForms" : [ [ "TableName", "Key" ], [ "TableName", "Key", "ConsistentRead" ] ]
      },
      "KeySchemaElement" : {
        "constructorForms" : [ [ "AttributeName", "KeyType" ] ]
      },
      "ListTablesRequest" : {
        "constructorForms" : [ [ "ExclusiveStartTableName" ], [ "ExclusiveStartTableName", "Limit" ] ]
      },
      "ProvisionedThroughput" : {
        "constructorForms" : [ [ "ReadCapacityUnits", "WriteCapacityUnits" ] ]
      },
      "PutItemRequest" : {
        "constructorForms" : [ [ "TableName", "Item" ], [ "TableName", "Item", "ReturnValues" ] ]
      },
      "PutRequest" : {
        "constructorForms" : [ [ "Item" ] ]
      },
      "QueryRequest" : {
        "constructorForms" : [ [ "TableName" ] ]
      },
      "ScanRequest" : {
        "constructorForms" : [ [ "TableName" ] ]
      },
      "UpdateItemRequest" : {
        "constructorForms" : [ [ "TableName", "Key", "AttributeUpdates" ], [ "TableName", "Key", "AttributeUpdates", "ReturnValues" ] ]
      },
      "UpdateTableRequest" : {
        "constructorForms" : [ [ "TableName", "ProvisionedThroughput" ] ]
      },
      "WriteRequest" : {
        "constructorForms" : [ [ "PutRequest" ], [ "DeleteRequest" ] ]
      }
    },
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : "DynamoDBv2",
      "skip" : false
    },
    "calculateCRC32FromCompressedData" : true,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : "com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientConfigurationFactory",
    "customCodeTemplates" : {
      "acceptorClass" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/waiter/Acceptor.ftl"
      },
      "apiGatewayGradleBuildTemplate" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/api-gateway/gradle/build.gradle.ftl"
      },
      "apiGatewayGradleSettingsTemplate" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/api-gateway/gradle/settings.gradle.ftl"
      },
      "apiGatewayPomTemplate" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/api-gateway/maven/pom.xml.ftl"
      },
      "apiGatewayReadmeTemplate" : {
        "childTemplates" : [ {
          "importAsNamespace" : "README_Dependencies",
          "location" : "/templates/api-gateway/README_Dependencies.ftl"
        } ],
        "mainTemplate" : "/templates/api-gateway/README.md.ftl"
      },
      "asyncAbstractClass" : null,
      "asyncClient" : null,
      "asyncClientBuilder" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/common/AsyncClientBuilder.ftl"
      },
      "asyncInterface" : null,
      "baseExceptionClass" : null,
      "commonChildTemplates" : null,
      "cucumberModuleInjector" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/cucumber/ModuleInjector.ftl"
      },
      "cucumberPropertiesFile" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/cucumber/cucumberProperties.ftl"
      },
      "cucumberTest" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/cucumber/RunCucumberTest.ftl"
      },
      "customRequestSignerClass" : null,
      "exceptionClass" : null,
      "exceptionUnmarshaller" : null,
      "modelClass" : {
        "childTemplates" : [ {
          "importAsNamespace" : "CustomModelClassMethodsMacro",
          "location" : "/macros/PredefinedMapEntrySetter.ftl"
        } ],
        "mainTemplate" : null
      },
      "modelEnum" : null,
      "modelMarshaller" : null,
      "modelUnmarshaller" : null,
      "packageInfo" : null,
      "policyActionClass" : null,
      "requestClass" : {
        "childTemplates" : [ {
          "importAsNamespace" : "CustomRequestClassMethodsMacro",
          "location" : "/macros/PredefinedMapEntrySetter.ftl"
        } ],
        "mainTemplate" : null
      },
      "responseClass" : null,
      "sdkFunctionClass" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/waiter/SdkFunction.ftl"
      },
      "syncAbstractClass" : null,
      "syncClient" : null,
      "syncClientBuilder" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/common/SyncClientBuilder.ftl"
      },
      "syncInterface" : null,
      "waiterClass" : {
        "childTemplates" : null,
        "mainTemplate" : "/templates/waiter/Waiter.ftl"
      }
    },
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : "AmazonDynamoDBv2",
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : "com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric",
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "BatchGetItem" : {
        "methodForms" : [ [ "RequestItems", "ReturnConsumedCapacity" ], [ "RequestItems" ] ]
      },
      "BatchWriteItem" : {
        "methodForms" : [ [ "RequestItems" ] ]
      },
      "CreateTable" : {
        "methodForms" : [ [ "AttributeDefinitions", "TableName", "KeySchema", "ProvisionedThroughput" ] ]
      },
      "DeleteItem" : {
        "methodForms" : [ [ "TableName", "Key" ], [ "TableName", "Key", "ReturnValues" ] ]
      },
      "DeleteTable" : {
        "methodForms" : [ [ "TableName" ] ]
      },
      "DescribeTable" : {
        "methodForms" : [ [ "TableName" ] ]
      },
      "GetItem" : {
        "methodForms" : [ [ "TableName", "Key" ], [ "TableName", "Key", "ConsistentRead" ] ]
      },
      "ListTables" : {
        "methodForms" : [ [ ], [ "ExclusiveStartTableName" ], [ "ExclusiveStartTableName", "Limit" ], [ "Limit" ] ]
      },
      "PutItem" : {
        "methodForms" : [ [ "TableName", "Item" ], [ "TableName", "Item", "ReturnValues" ] ]
      },
      "Scan" : {
        "methodForms" : [ [ "TableName", "AttributesToGet" ], [ "TableName", "ScanFilter" ], [ "TableName", "AttributesToGet", "ScanFilter" ] ]
      },
      "UpdateItem" : {
        "methodForms" : [ [ "TableName", "Key", "AttributeUpdates" ], [ "TableName", "Key", "AttributeUpdates", "ReturnValues" ] ]
      },
      "UpdateTable" : {
        "methodForms" : [ [ "TableName", "ProvisionedThroughput" ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2012-08-10",
    "asyncClient" : "AmazonDynamoDBAsyncClient",
    "asyncClientBuilderClassName" : "AmazonDynamoDBAsyncClientBuilder",
    "asyncInterface" : "AmazonDynamoDBAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonDynamoDBModuleInjector",
    "defaultEndpoint" : "https://dynamodb.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "dynamodb.us-east-1.amazonaws.com",
    "defaultRegion" : null,
    "documentation" : "Amazon DynamoDB 

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.

With DynamoDB, you can create database tables that can store and retrieve any amount of data, and serve any level of request traffic. You can scale up or scale down your tables' throughput capacity without downtime or performance degradation, and use the AWS Management Console to monitor resource utilization and performance metrics.

DynamoDB automatically spreads the data and traffic for your tables over a sufficient number of servers to handle your throughput and storage requirements, while maintaining consistent and fast performance. All of your data is stored on solid state disks (SSDs) and automatically replicated across multiple Availability Zones in an AWS region, providing built-in high availability and data durability.

", "endpointPrefix" : "dynamodb", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.0", "packageName" : "com.amazonaws.services.dynamodbv2", "packagePath" : "com/amazonaws/services/dynamodbv2", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : "DynamoDB", "serviceFullName" : "Amazon DynamoDB", "serviceName" : "DynamoDB", "signingName" : "dynamodb", "smokeTestsPackageName" : "com.amazonaws.services.dynamodbv2.smoketests", "syncClient" : "AmazonDynamoDBClient", "syncClientBuilderClassName" : "AmazonDynamoDBClientBuilder", "syncInterface" : "AmazonDynamoDB", "uid" : "dynamodb-2012-08-10", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "BatchGetItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BatchGetItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The BatchGetItem operation returns the attributes of one or more items from one or more tables. You identify requested items by primary key.

A single operation can retrieve up to 16 MB of data, which can contain as many as 100 items. BatchGetItem will return a partial result if the response size limit is exceeded, the table's provisioned throughput is exceeded, or an internal processing failure occurs. If a partial result is returned, the operation returns a value for UnprocessedKeys. You can use this value to retry the operation starting with the next item to get.

If you request more than 100 items BatchGetItem will return a ValidationException with the message \"Too many items requested for the BatchGetItem call\".

For example, if you ask to retrieve 100 items, but each individual item is 300 KB in size, the system returns 52 items (so as not to exceed the 16 MB limit). It also returns an appropriate UnprocessedKeys value so you can get the next page of results. If desired, your application can include its own logic to assemble the pages of results into one data set.

If none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchGetItem will return a ProvisionedThroughputExceededException. If at least one of the items is successfully processed, then BatchGetItem completes successfully, while returning the keys of the unread items in UnprocessedKeys.

If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed.

For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.

By default, BatchGetItem performs eventually consistent reads on every table in the request. If you want strongly consistent reads instead, you can set ConsistentRead to true for any or all tables.

In order to minimize response latency, BatchGetItem retrieves items in parallel.

When designing your application, keep in mind that DynamoDB does not return items in any particular order. To help parse the response by item, include the primary key values for the items in your request in the ProjectionExpression parameter.

If a requested item does not exist, it is not returned in the result. Requests for nonexistent items consume the minimum read capacity units according to the type of read. For more information, see Capacity Units Calculations in the Amazon DynamoDB Developer Guide.

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

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchGetItemRequest", "variableName" : "batchGetItemRequest", "variableType" : "BatchGetItemRequest", "documentation" : "

Represents the input of a BatchGetItem operation.

", "simpleType" : "BatchGetItemRequest", "variableSetterType" : "BatchGetItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "batchGetItem", "operationName" : "BatchGetItem", "returnType" : { "returnType" : "BatchGetItemResult", "documentation" : "

Represents the output of a BatchGetItem operation.

" }, "syncReturnType" : "BatchGetItemResult" }, "BatchWriteItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BatchWriteItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual items to be written can be as large as 400 KB.

BatchWriteItem cannot update items. To update items, use the UpdateItem action.

The individual PutItem and DeleteItem operations specified in BatchWriteItem are atomic; however BatchWriteItem as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the UnprocessedItems response parameter. You can investigate and optionally resend the requests. Typically, you would call BatchWriteItem in a loop. Each iteration would check for unprocessed items and submit a new BatchWriteItem request with those unprocessed items until all items have been processed.

Note that if none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchWriteItem will return a ProvisionedThroughputExceededException.

If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed.

For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.

With BatchWriteItem, you can efficiently write or delete large amounts of data, such as from Amazon Elastic MapReduce (EMR), or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, BatchWriteItem does not behave in the same way as individual PutItem and DeleteItem calls would. For example, you cannot specify conditions on individual put and delete requests, and BatchWriteItem does not return deleted items in the response.

If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, BatchWriteItem performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application.

Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit.

If one or more of the following is true, DynamoDB rejects the entire batch write operation:

  • One or more tables specified in the BatchWriteItem request does not exist.

  • Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema.

  • You try to perform multiple operations on the same item in the same BatchWriteItem request. For example, you cannot put and delete the same item in the same BatchWriteItem request.

  • There are more than 25 requests in the batch.

  • Any individual item in a batch exceeds 400 KB.

  • The total request size exceeds 16 MB.

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

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "ItemCollectionSizeLimitExceededException", "documentation" : "

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BatchWriteItemRequest", "variableName" : "batchWriteItemRequest", "variableType" : "BatchWriteItemRequest", "documentation" : "

Represents the input of a BatchWriteItem operation.

", "simpleType" : "BatchWriteItemRequest", "variableSetterType" : "BatchWriteItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "batchWriteItem", "operationName" : "BatchWriteItem", "returnType" : { "returnType" : "BatchWriteItemResult", "documentation" : "

Represents the output of a BatchWriteItem operation.

" }, "syncReturnType" : "BatchWriteItemResult" }, "CreateTable" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTableResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The CreateTable operation adds a new table to your account. In an AWS account, table names must be unique within each region. That is, you can have two tables with same name if you create the tables in different regions.

CreateTable is an asynchronous operation. Upon receiving a CreateTable request, DynamoDB immediately returns a response with a TableStatus of CREATING. After the table is created, DynamoDB sets the TableStatus to ACTIVE. You can perform read and write operations only on an ACTIVE table.

You can optionally define secondary indexes on the new table, as part of the CreateTable operation. If you want to create multiple tables with secondary indexes on them, you must create the tables sequentially. Only one table with secondary indexes can be in the CREATING state at any given time.

You can use the DescribeTable action to check the table status.

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

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

The total limit of tables in the ACTIVE state is 250.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTableRequest", "variableName" : "createTableRequest", "variableType" : "CreateTableRequest", "documentation" : "

Represents the input of a CreateTable operation.

", "simpleType" : "CreateTableRequest", "variableSetterType" : "CreateTableRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTable", "operationName" : "CreateTable", "returnType" : { "returnType" : "CreateTableResult", "documentation" : "

Represents the output of a CreateTable operation.

" }, "syncReturnType" : "CreateTableResult" }, "DeleteItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a single item in a table by primary key. You can perform a conditional delete operation that deletes the item if it exists, or if it has an expected attribute value.

In addition to deleting an item, you can also return the item's attribute values in the same operation, using the ReturnValues parameter.

Unless you specify conditions, the DeleteItem is an idempotent operation; running it multiple times on the same item or attribute does not result in an error response.

Conditional deletes are useful for deleting items only if specific conditions are met. If those conditions are met, DynamoDB performs the delete. Otherwise, the item is not deleted.

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

A condition specified in the operation could not be evaluated.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "ItemCollectionSizeLimitExceededException", "documentation" : "

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteItemRequest", "variableName" : "deleteItemRequest", "variableType" : "DeleteItemRequest", "documentation" : "

Represents the input of a DeleteItem operation.

", "simpleType" : "DeleteItemRequest", "variableSetterType" : "DeleteItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteItem", "operationName" : "DeleteItem", "returnType" : { "returnType" : "DeleteItemResult", "documentation" : "

Represents the output of a DeleteItem operation.

" }, "syncReturnType" : "DeleteItemResult" }, "DeleteTable" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTableResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.

DynamoDB might continue to accept data read and write operations, such as GetItem and PutItem, on a table in the DELETING state until the table deletion is complete.

When you delete a table, any indexes on that table are also deleted.

If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the DISABLED state, and the stream is automatically deleted after 24 hours.

Use the DescribeTable action to check the status of the table.

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

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

The total limit of tables in the ACTIVE state is 250.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTableRequest", "variableName" : "deleteTableRequest", "variableType" : "DeleteTableRequest", "documentation" : "

Represents the input of a DeleteTable operation.

", "simpleType" : "DeleteTableRequest", "variableSetterType" : "DeleteTableRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTable", "operationName" : "DeleteTable", "returnType" : { "returnType" : "DeleteTableResult", "documentation" : "

Represents the output of a DeleteTable operation.

" }, "syncReturnType" : "DeleteTableResult" }, "DescribeLimits" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeLimitsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.

When you establish an AWS account, the account has initial limits on the maximum read capacity units and write capacity units that you can provision across all of your DynamoDB tables in a given region. Also, there are per-table limits that apply when you create a table there. For more information, see Limits page in the Amazon DynamoDB Developer Guide.

Although you can increase these limits by filing a case at AWS Support Center, obtaining the increase is not instantaneous. The DescribeLimits action lets you write code to compare the capacity you are currently using to those limits imposed by your account so that you have enough time to apply for an increase before you hit a limit.

For example, you could use one of the AWS SDKs to do the following:

  1. Call DescribeLimits for a particular region to obtain your current account limits on provisioned capacity there.

  2. Create a variable to hold the aggregate read capacity units provisioned for all your tables in that region, and one to hold the aggregate write capacity units. Zero them both.

  3. Call ListTables to obtain a list of all your DynamoDB tables.

  4. For each table name listed by ListTables, do the following:

    • Call DescribeTable with the table name.

    • Use the data returned by DescribeTable to add the read capacity units and write capacity units provisioned for the table itself to your variables.

    • If the table has one or more global secondary indexes (GSIs), loop over these GSIs and add their provisioned capacity values to your variables as well.

  5. Report the account limits for that region returned by DescribeLimits, along with the total current provisioned capacity levels you have calculated.

This will let you see whether you are getting close to your account-level limits.

The per-table limits apply only when you are creating a new table. They restrict the sum of the provisioned capacity of the new table itself and all its global secondary indexes.

For existing tables and their GSIs, DynamoDB will not let you increase provisioned capacity extremely rapidly, but the only upper limit that applies is that the aggregate provisioned capacity over all your tables and GSIs cannot exceed either of the per-account limits.

DescribeLimits should only be called periodically. You can expect throttling errors if you call it more than once in a minute.

The DescribeLimits Request element has no content.

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

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : "

Represents the input of a DescribeLimits operation. Has no content.

", "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeLimits", "operationName" : "DescribeLimits", "returnType" : { "returnType" : "DescribeLimitsResult", "documentation" : "

Represents the output of a DescribeLimits operation.

" }, "syncReturnType" : "DescribeLimitsResult" }, "DescribeTable" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTableResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.

If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return a ResourceNotFoundException. This is because DescribeTable uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the DescribeTable request again.

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

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTableRequest", "variableName" : "describeTableRequest", "variableType" : "DescribeTableRequest", "documentation" : "

Represents the input of a DescribeTable operation.

", "simpleType" : "DescribeTableRequest", "variableSetterType" : "DescribeTableRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTable", "operationName" : "DescribeTable", "returnType" : { "returnType" : "DescribeTableResult", "documentation" : "

Represents the output of a DescribeTable operation.

" }, "syncReturnType" : "DescribeTableResult" }, "GetItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The GetItem operation returns a set of attributes for the item with the given primary key. If there is no matching item, GetItem does not return any data and there will be no Item element in the response.

GetItem provides an eventually consistent read by default. If your application requires a strongly consistent read, set ConsistentRead to true. Although a strongly consistent read might take more time than an eventually consistent read, it always returns the last updated value.

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

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetItemRequest", "variableName" : "getItemRequest", "variableType" : "GetItemRequest", "documentation" : "

Represents the input of a GetItem operation.

", "simpleType" : "GetItemRequest", "variableSetterType" : "GetItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "getItem", "operationName" : "GetItem", "returnType" : { "returnType" : "GetItemResult", "documentation" : "

Represents the output of a GetItem operation.

" }, "syncReturnType" : "GetItemResult" }, "ListTables" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTablesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns an array of table names associated with the current account and endpoint. The output from ListTables is paginated, with each page returning a maximum of 100 table names.

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

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTablesRequest", "variableName" : "listTablesRequest", "variableType" : "ListTablesRequest", "documentation" : "

Represents the input of a ListTables operation.

", "simpleType" : "ListTablesRequest", "variableSetterType" : "ListTablesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTables", "operationName" : "ListTables", "returnType" : { "returnType" : "ListTablesResult", "documentation" : "

Represents the output of a ListTables operation.

" }, "syncReturnType" : "ListTablesResult" }, "ListTagsOfResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListTagsOfResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

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

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsOfResourceRequest", "variableName" : "listTagsOfResourceRequest", "variableType" : "ListTagsOfResourceRequest", "documentation" : "", "simpleType" : "ListTagsOfResourceRequest", "variableSetterType" : "ListTagsOfResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "listTagsOfResource", "operationName" : "ListTagsOfResource", "returnType" : { "returnType" : "ListTagsOfResourceResult", "documentation" : null }, "syncReturnType" : "ListTagsOfResourceResult" }, "PutItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. You can perform a conditional put operation (add a new item if one with the specified primary key doesn't exist), or replace an existing item if it has certain attribute values.

In addition to putting an item, you can also return the item's attribute values in the same operation, using the ReturnValues parameter.

When you add an item, the primary key attribute(s) are the only required attributes. Attribute values cannot be null. String and Binary type attributes must have lengths greater than zero. Set type attributes cannot be empty. Requests with empty values will be rejected with a ValidationException exception.

To prevent a new item from replacing an existing item, use a conditional expression that contains the attribute_not_exists function with the name of the attribute being used as the partition key for the table. Since every record must contain that attribute, the attribute_not_exists function will only succeed if no matching item exists.

For more information about PutItem, see Working with Items in the Amazon DynamoDB Developer Guide.

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

A condition specified in the operation could not be evaluated.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "ItemCollectionSizeLimitExceededException", "documentation" : "

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutItemRequest", "variableName" : "putItemRequest", "variableType" : "PutItemRequest", "documentation" : "

Represents the input of a PutItem operation.

", "simpleType" : "PutItemRequest", "variableSetterType" : "PutItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "putItem", "operationName" : "PutItem", "returnType" : { "returnType" : "PutItemResult", "documentation" : "

Represents the output of a PutItem operation.

" }, "syncReturnType" : "PutItemResult" }, "Query" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "QueryResult", "authenticated" : true, "deprecated" : false, "documentation" : "

A Query operation uses the primary key of a table or a secondary index to directly access items from that table or index.

Use the KeyConditionExpression parameter to provide a specific value for the partition key. The Query operation will return all of the items from the table or index with that partition key value. You can optionally narrow the scope of the Query operation by specifying a sort key value and a comparison operator in KeyConditionExpression. You can use the ScanIndexForward parameter to get results in forward or reverse order, by sort key.

Queries that do not return results consume the minimum number of read capacity units for that type of read operation.

If the total number of items meeting the query criteria exceeds the result set size limit of 1 MB, the query stops and results are returned to the user with the LastEvaluatedKey element to continue the query in a subsequent operation. Unlike a Scan operation, a Query operation never returns both an empty result set and a LastEvaluatedKey value. LastEvaluatedKey is only provided if you have used the Limit parameter, or if the result set exceeds 1 MB (prior to applying a filter).

You can query a table, a local secondary index, or a global secondary index. For a query on a table or on a local secondary index, you can set the ConsistentRead parameter to true and obtain a strongly consistent result. Global secondary indexes support eventually consistent reads only, so do not specify ConsistentRead when querying a global secondary index.

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

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "QueryRequest", "variableName" : "queryRequest", "variableType" : "QueryRequest", "documentation" : "

Represents the input of a Query operation.

", "simpleType" : "QueryRequest", "variableSetterType" : "QueryRequest" }, "inputStreamPropertyName" : null, "methodName" : "query", "operationName" : "Query", "returnType" : { "returnType" : "QueryResult", "documentation" : "

Represents the output of a Query operation.

" }, "syncReturnType" : "QueryResult" }, "Scan" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ScanResult", "authenticated" : true, "deprecated" : false, "documentation" : "

The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a FilterExpression operation.

If the total number of scanned items exceeds the maximum data set size limit of 1 MB, the scan stops and results are returned to the user as a LastEvaluatedKey value to continue the scan in a subsequent operation. The results also include the number of items exceeding the limit. A scan can result in no table data meeting the filter criteria.

By default, Scan operations proceed sequentially; however, for faster performance on a large table or secondary index, applications can request a parallel Scan operation by providing the Segment and TotalSegments parameters. For more information, see Parallel Scan in the Amazon DynamoDB Developer Guide.

By default, Scan uses eventually consistent reads when accessing the data in a table; therefore, the result set might not include the changes to data in the table immediately before the operation began. If you need a consistent copy of the data, as of the time that the Scan begins, you can set the ConsistentRead parameter to true.

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

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ScanRequest", "variableName" : "scanRequest", "variableType" : "ScanRequest", "documentation" : "

Represents the input of a Scan operation.

", "simpleType" : "ScanRequest", "variableSetterType" : "ScanRequest" }, "inputStreamPropertyName" : null, "methodName" : "scan", "operationName" : "Scan", "returnType" : { "returnType" : "ScanResult", "documentation" : "

Represents the output of a Scan operation.

" }, "syncReturnType" : "ScanResult" }, "TagResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "TagResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to 5 times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

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

The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

The total limit of tables in the ACTIVE state is 250.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "tagResource", "operationName" : "TagResource", "returnType" : { "returnType" : "TagResourceResult", "documentation" : null }, "syncReturnType" : "TagResourceResult" }, "UntagResource" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UntagResourceResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to 5 times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

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

The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

The total limit of tables in the ACTIVE state is 250.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "inputStreamPropertyName" : null, "methodName" : "untagResource", "operationName" : "UntagResource", "returnType" : { "returnType" : "UntagResourceResult", "documentation" : null }, "syncReturnType" : "UntagResourceResult" }, "UpdateItem" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateItemResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn't exist, or replace an existing name-value pair if it has certain expected attribute values).

You can also return the item's attribute values in the same UpdateItem operation using the ReturnValues parameter.

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

A condition specified in the operation could not be evaluated.

", "httpStatusCode" : null }, { "exceptionName" : "ProvisionedThroughputExceededException", "documentation" : "

Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "ItemCollectionSizeLimitExceededException", "documentation" : "

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateItemRequest", "variableName" : "updateItemRequest", "variableType" : "UpdateItemRequest", "documentation" : "

Represents the input of an UpdateItem operation.

", "simpleType" : "UpdateItemRequest", "variableSetterType" : "UpdateItemRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateItem", "operationName" : "UpdateItem", "returnType" : { "returnType" : "UpdateItemResult", "documentation" : "

Represents the output of an UpdateItem operation.

" }, "syncReturnType" : "UpdateItemResult" }, "UpdateTable" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateTableResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.

You can only perform one of the following operations at once:

  • Modify the provisioned throughput settings of the table.

  • Enable or disable Streams on the table.

  • Remove a global secondary index from the table.

  • Create a new global secondary index on the table. Once the index begins backfilling, you can use UpdateTable to perform other operations.

UpdateTable is an asynchronous operation; while it is executing, the table status changes from ACTIVE to UPDATING. While it is UPDATING, you cannot issue another UpdateTable request. When the table returns to the ACTIVE state, the UpdateTable operation is complete.

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

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

The total limit of tables in the ACTIVE state is 250.

", "httpStatusCode" : null }, { "exceptionName" : "InternalServerErrorException", "documentation" : "

An error occurred on the server side.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateTableRequest", "variableName" : "updateTableRequest", "variableType" : "UpdateTableRequest", "documentation" : "

Represents the input of an UpdateTable operation.

", "simpleType" : "UpdateTableRequest", "variableSetterType" : "UpdateTableRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateTable", "operationName" : "UpdateTable", "returnType" : { "returnType" : "UpdateTableResult", "documentation" : "

Represents the output of an UpdateTable operation.

" }, "syncReturnType" : "UpdateTableResult" } }, "shapes" : { "AttributeAction" : { "c2jName" : "AttributeAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ADD", "value" : "ADD" }, { "name" : "PUT", "value" : "PUT" }, { "name" : "DELETE", "value" : "DELETE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttributeAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeAction", "variableName" : "attributeAction", "variableType" : "AttributeAction", "documentation" : null, "simpleType" : "AttributeAction", "variableSetterType" : "AttributeAction" }, "wrapper" : false }, "AttributeDefinition" : { "c2jName" : "AttributeDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Represents an attribute for describing the key schema for the table and indexes.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "deprecated" : false, "documentation" : "

A name for the attribute.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A name for the attribute.

\n@param attributeName A name for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeName", "getterDocumentation" : "/**

A name for the attribute.

\n@return A name for the attribute.*/", "getterMethodName" : "getAttributeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeName", "setterDocumentation" : "/**

A name for the attribute.

\n@param attributeName A name for the attribute.*/", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A name for the attribute.

\n@param attributeName A name for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

A name for the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributeType", "c2jShape" : "ScalarAttributeType", "deprecated" : false, "documentation" : "

The data type for the attribute, where:

  • S - the attribute is of type String

  • N - the attribute is of type Number

  • B - the attribute is of type Binary

", "enumType" : "ScalarAttributeType", "fluentSetterDocumentation" : "/**

The data type for the attribute, where:

  • S - the attribute is of type String

  • N - the attribute is of type Number

  • B - the attribute is of type Binary

\n@param attributeType The data type for the attribute, where:

  • S - the attribute is of type String

  • N - the attribute is of type Number

  • B - the attribute is of type Binary

  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalarAttributeType*/", "fluentSetterMethodName" : "withAttributeType", "getterDocumentation" : "/**

    The data type for the attribute, where:

    • S - the attribute is of type String

    • N - the attribute is of type Number

    • B - the attribute is of type Binary

    \n@return The data type for the attribute, where:

    • S - the attribute is of type String

    • N - the attribute is of type Number

    • B - the attribute is of type Binary

    • \n@see ScalarAttributeType*/", "getterMethodName" : "getAttributeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeType", "setterDocumentation" : "/**

      The data type for the attribute, where:

      • S - the attribute is of type String

      • N - the attribute is of type Number

      • B - the attribute is of type Binary

      \n@param attributeType The data type for the attribute, where:

      • S - the attribute is of type String

      • N - the attribute is of type Number

      • B - the attribute is of type Binary

      • \n@see ScalarAttributeType*/", "setterMethodName" : "setAttributeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

        The data type for the attribute, where:

        • S - the attribute is of type String

        • N - the attribute is of type Number

        • B - the attribute is of type Binary

        \n@param attributeType The data type for the attribute, where:

        • S - the attribute is of type String

        • N - the attribute is of type Number

        • B - the attribute is of type Binary

        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalarAttributeType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "

          The data type for the attribute, where:

          • S - the attribute is of type String

          • N - the attribute is of type Number

          • B - the attribute is of type Binary

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeName" : { "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "deprecated" : false, "documentation" : "

          A name for the attribute.

          ", "enumType" : null, "fluentSetterDocumentation" : "/**

          A name for the attribute.

          \n@param attributeName A name for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeName", "getterDocumentation" : "/**

          A name for the attribute.

          \n@return A name for the attribute.*/", "getterMethodName" : "getAttributeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeName", "setterDocumentation" : "/**

          A name for the attribute.

          \n@param attributeName A name for the attribute.*/", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          A name for the attribute.

          \n@param attributeName A name for the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

          A name for the attribute.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AttributeType" : { "c2jName" : "AttributeType", "c2jShape" : "ScalarAttributeType", "deprecated" : false, "documentation" : "

          The data type for the attribute, where:

          • S - the attribute is of type String

          • N - the attribute is of type Number

          • B - the attribute is of type Binary

          ", "enumType" : "ScalarAttributeType", "fluentSetterDocumentation" : "/**

          The data type for the attribute, where:

          • S - the attribute is of type String

          • N - the attribute is of type Number

          • B - the attribute is of type Binary

          \n@param attributeType The data type for the attribute, where:

          • S - the attribute is of type String

          • N - the attribute is of type Number

          • B - the attribute is of type Binary

          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalarAttributeType*/", "fluentSetterMethodName" : "withAttributeType", "getterDocumentation" : "/**

            The data type for the attribute, where:

            • S - the attribute is of type String

            • N - the attribute is of type Number

            • B - the attribute is of type Binary

            \n@return The data type for the attribute, where:

            • S - the attribute is of type String

            • N - the attribute is of type Number

            • B - the attribute is of type Binary

            • \n@see ScalarAttributeType*/", "getterMethodName" : "getAttributeType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeType", "setterDocumentation" : "/**

              The data type for the attribute, where:

              • S - the attribute is of type String

              • N - the attribute is of type Number

              • B - the attribute is of type Binary

              \n@param attributeType The data type for the attribute, where:

              • S - the attribute is of type String

              • N - the attribute is of type Number

              • B - the attribute is of type Binary

              • \n@see ScalarAttributeType*/", "setterMethodName" : "setAttributeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                The data type for the attribute, where:

                • S - the attribute is of type String

                • N - the attribute is of type Number

                • B - the attribute is of type Binary

                \n@param attributeType The data type for the attribute, where:

                • S - the attribute is of type String

                • N - the attribute is of type Number

                • B - the attribute is of type Binary

                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ScalarAttributeType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeType", "variableType" : "String", "documentation" : "

                  The data type for the attribute, where:

                  • S - the attribute is of type String

                  • N - the attribute is of type Number

                  • B - the attribute is of type Binary

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AttributeName", "AttributeType" ], "shapeName" : "AttributeDefinition", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "attributeDefinition", "variableType" : "AttributeDefinition", "documentation" : null, "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "wrapper" : false }, "AttributeValue" : { "c2jName" : "AttributeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "S", "c2jShape" : "StringAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withS", "getterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@return An attribute of type String. For example:

                  \"S\": \"Hello\"*/", "getterMethodName" : "getS", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S", "setterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"*/", "setterMethodName" : "setS", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "N", "c2jShape" : "NumberAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withN", "getterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@return An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "getterMethodName" : "getN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "N", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "N", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "N", "setterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "setterMethodName" : "setN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "B", "c2jShape" : "BinaryAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withB", "getterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n

                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                  \n@return An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"*/", "getterMethodName" : "getB", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "B", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "B", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "B", "setterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                  \n

                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                  \n\n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"*/", "setterMethodName" : "setB", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "b", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "b", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SS", "c2jShape" : "StringSetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSS", "getterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@return An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]*/", "getterMethodName" : "getSS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StringAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SS", "setterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]*/", "setterMethodName" : "setSS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSS(java.util.Collection)} or {@link #withSS(java.util.Collection)} if you want to override the existing values.

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NS", "c2jShape" : "NumberSetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNS", "getterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@return An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "getterMethodName" : "getNS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NumberAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NS", "setterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "setterMethodName" : "setNS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNS(java.util.Collection)} or {@link #withNS(java.util.Collection)} if you want to override the existing values.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BS", "c2jShape" : "BinarySetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBS", "getterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@return An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]*/", "getterMethodName" : "getBS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BinaryAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n

                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                  \n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**

                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                  \n

                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                  \n\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.nio.ByteBuffer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "ByteBuffer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BS", "setterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]*/", "setterMethodName" : "setBS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBS(java.util.Collection)} or {@link #withBS(java.util.Collection)} if you want to override the existing values.

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  ", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "M", "c2jShape" : "MapAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withM", "getterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@return An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}*/", "getterMethodName" : "getM", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "M", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "M", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "M", "setterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}*/", "setterMethodName" : "setM", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "L", "c2jShape" : "ListAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withL", "getterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@return An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]*/", "getterMethodName" : "getL", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "L", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "L", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "L", "setterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]*/", "setterMethodName" : "setL", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setL(java.util.Collection)} or {@link #withL(java.util.Collection)} if you want to override the existing values.

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NULL", "c2jShape" : "NullAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Null. For example:

                  \"NULL\": true

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNULL", "getterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@return An attribute of type Null. For example:

                  \"NULL\": true*/", "getterMethodName" : "getNULL", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NULL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NULL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NULL", "setterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true*/", "setterMethodName" : "setNULL", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "nULLValue", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "nULLValue", "variableType" : "Boolean", "documentation" : "

                  An attribute of type Null. For example:

                  \"NULL\": true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BOOL", "c2jShape" : "BooleanAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBOOL", "getterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@return An attribute of type Boolean. For example:

                  \"BOOL\": true*/", "getterMethodName" : "getBOOL", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BOOL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BOOL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BOOL", "setterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true*/", "setterMethodName" : "setBOOL", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "bOOL", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "bOOL", "variableType" : "Boolean", "documentation" : "

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "B" : { "c2jName" : "B", "c2jShape" : "BinaryAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withB", "getterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n

                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                  \n@return An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"*/", "getterMethodName" : "getB", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "B", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "B", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "B", "setterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                  \n

                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                  \n\n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"*/", "setterMethodName" : "setB", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "b", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  \n@param b An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "b", "variableType" : "java.nio.ByteBuffer", "documentation" : "

                  An attribute of type Binary. For example:

                  \"B\": \"dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk\"

                  ", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "BOOL" : { "c2jName" : "BOOL", "c2jShape" : "BooleanAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBOOL", "getterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@return An attribute of type Boolean. For example:

                  \"BOOL\": true*/", "getterMethodName" : "getBOOL", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BOOL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BOOL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BOOL", "setterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true*/", "setterMethodName" : "setBOOL", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "bOOL", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  \n@param bOOL An attribute of type Boolean. For example:

                  \"BOOL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "bOOL", "variableType" : "Boolean", "documentation" : "

                  An attribute of type Boolean. For example:

                  \"BOOL\": true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "BS" : { "c2jName" : "BS", "c2jShape" : "BinarySetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBS", "getterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@return An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]*/", "getterMethodName" : "getBS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "BinaryAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n

                  \n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

                  \n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**

                  \nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

                  \n

                  \nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

                  \n\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "member", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.nio.ByteBuffer", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "ByteBuffer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "BS", "setterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]*/", "setterMethodName" : "setBS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "bS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setBS(java.util.Collection)} or {@link #withBS(java.util.Collection)} if you want to override the existing values.

                  \n@param bS An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "bS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type Binary Set. For example:

                  \"BS\": [\"U3Vubnk=\", \"UmFpbnk=\", \"U25vd3k=\"]

                  ", "simpleType" : "ByteBuffer>", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "L" : { "c2jName" : "L", "c2jShape" : "ListAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withL", "getterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@return An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]*/", "getterMethodName" : "getL", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "L", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "L", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "L", "setterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]*/", "setterMethodName" : "setL", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setL(java.util.Collection)} or {@link #withL(java.util.Collection)} if you want to override the existing values.

                  \n@param l An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "l", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type List. For example:

                  \"L\": [\"Cookies\", \"Coffee\", 3.14159]

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "M" : { "c2jName" : "M", "c2jShape" : "MapAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withM", "getterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@return An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}*/", "getterMethodName" : "getM", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "M", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "M", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "M", "setterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}*/", "setterMethodName" : "setM", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  \n@param m An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "m", "variableType" : "java.util.Map", "documentation" : "

                  An attribute of type Map. For example:

                  \"M\": {\"Name\": {\"S\": \"Joe\"}, \"Age\": {\"N\": \"35\"}}

                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "N" : { "c2jName" : "N", "c2jShape" : "NumberAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withN", "getterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@return An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "getterMethodName" : "getN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "N", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "N", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "N", "setterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "setterMethodName" : "setN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param n An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "n", "variableType" : "String", "documentation" : "

                  An attribute of type Number. For example:

                  \"N\": \"123.45\"

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NS" : { "c2jName" : "NS", "c2jShape" : "NumberSetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNS", "getterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@return An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "getterMethodName" : "getNS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NumberAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NS", "setterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.*/", "setterMethodName" : "setNS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNS(java.util.Collection)} or {@link #withNS(java.util.Collection)} if you want to override the existing values.

                  \n@param nS An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type Number Set. For example:

                  \"NS\": [\"42.2\", \"-19\", \"7.5\", \"3.14\"]

                  Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NULL" : { "c2jName" : "NULL", "c2jShape" : "NullAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type Null. For example:

                  \"NULL\": true

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNULL", "getterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@return An attribute of type Null. For example:

                  \"NULL\": true*/", "getterMethodName" : "getNULL", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NULL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NULL", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NULL", "setterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true*/", "setterMethodName" : "setNULL", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "nULLValue", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type Null. For example:

                  \"NULL\": true

                  \n@param nULLValue An attribute of type Null. For example:

                  \"NULL\": true\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "nULLValue", "variableType" : "Boolean", "documentation" : "

                  An attribute of type Null. For example:

                  \"NULL\": true

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "S" : { "c2jName" : "S", "c2jShape" : "StringAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withS", "getterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@return An attribute of type String. For example:

                  \"S\": \"Hello\"*/", "getterMethodName" : "getS", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S", "setterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"*/", "setterMethodName" : "setS", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  \n@param s An attribute of type String. For example:

                  \"S\": \"Hello\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s", "variableType" : "String", "documentation" : "

                  An attribute of type String. For example:

                  \"S\": \"Hello\"

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SS" : { "c2jName" : "SS", "c2jShape" : "StringSetAttributeValue", "deprecated" : false, "documentation" : "

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSS", "getterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@return An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]*/", "getterMethodName" : "getSS", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SS", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SS", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StringAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SS", "setterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]*/", "setterMethodName" : "setSS", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sS", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSS(java.util.Collection)} or {@link #withSS(java.util.Collection)} if you want to override the existing values.

                  \n@param sS An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sS", "variableType" : "java.util.List", "documentation" : "

                  An attribute of type String Set. For example:

                  \"SS\": [\"Giraffe\", \"Hippo\" ,\"Zebra\"]

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttributeValue", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "attributeValue", "variableType" : "AttributeValue", "documentation" : null, "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "wrapper" : false }, "AttributeValueUpdate" : { "c2jName" : "AttributeValueUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  For the UpdateItem operation, represents the attributes to be modified, the action to perform on each, and the new value for each.

                  You cannot use UpdateItem to update any primary key attributes. Instead, you will need to delete the item, and then use PutItem to create a new item with new attributes.

                  Attribute values cannot be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests with empty values will be rejected with a ValidationException exception.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  \n@param value Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  \n@return Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  \n@param value Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  \n@param value Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "

                  Represents the data for an attribute.

                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                  ", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Action", "c2jShape" : "AttributeAction", "deprecated" : false, "documentation" : "

                  Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                  If an item with the specified Key is found in the table:

                  • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                  • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                  • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                    • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                      In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                    • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                    This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                  If no item with the specified Key is found:

                  • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                  • DELETE - Nothing happens; there is no attribute to delete.

                  • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                  ", "enumType" : "AttributeAction", "fluentSetterDocumentation" : "/**

                  Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                  If an item with the specified Key is found in the table:

                  • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                  • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                  • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                    • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                      In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                    • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                    This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                  If no item with the specified Key is found:

                  • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                  • DELETE - Nothing happens; there is no attribute to delete.

                  • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                  \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                  If an item with the specified Key is found in the table:

                  • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                  • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                  • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                    • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                      In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                    • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                    This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                  If no item with the specified Key is found:

                  • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                  • DELETE - Nothing happens; there is no attribute to delete.

                  • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see AttributeAction*/", "fluentSetterMethodName" : "withAction", "getterDocumentation" : "/**

                    Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                    If an item with the specified Key is found in the table:

                    • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                    • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                      If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                    • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                      • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                        If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                        In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                      • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                        Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                      This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                    If no item with the specified Key is found:

                    • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                    • DELETE - Nothing happens; there is no attribute to delete.

                    • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                    \n@return Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                    If an item with the specified Key is found in the table:

                    • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                    • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                      If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                    • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                      • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                        If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                        In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                      • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                        Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                      This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                    If no item with the specified Key is found:

                    • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                    • DELETE - Nothing happens; there is no attribute to delete.

                    • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                    • \n@see AttributeAction*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

                      Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                      If an item with the specified Key is found in the table:

                      • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                      • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                        If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                      • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                        • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                          If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                          In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                        • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                          Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                        This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                      If no item with the specified Key is found:

                      • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                      • DELETE - Nothing happens; there is no attribute to delete.

                      • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                      \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                      If an item with the specified Key is found in the table:

                      • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                      • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                        If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                      • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                        • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                          If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                          In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                        • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                          Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                        This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                      If no item with the specified Key is found:

                      • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                      • DELETE - Nothing happens; there is no attribute to delete.

                      • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                      • \n@see AttributeAction*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                        Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                        If an item with the specified Key is found in the table:

                        • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                        • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                          If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                        • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                          • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                            If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                            In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                          • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                            Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                          This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                        If no item with the specified Key is found:

                        • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                        • DELETE - Nothing happens; there is no attribute to delete.

                        • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                        \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                        If an item with the specified Key is found in the table:

                        • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                        • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                          If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                        • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                          • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                            If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                            In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                          • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                            Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                          This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                        If no item with the specified Key is found:

                        • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                        • DELETE - Nothing happens; there is no attribute to delete.

                        • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see AttributeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                          Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                          If an item with the specified Key is found in the table:

                          • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                          • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                            If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                          • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                            • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                              If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                              In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                            • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                              Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                            This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                          If no item with the specified Key is found:

                          • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                          • DELETE - Nothing happens; there is no attribute to delete.

                          • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "c2jName" : "Action", "c2jShape" : "AttributeAction", "deprecated" : false, "documentation" : "

                          Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                          If an item with the specified Key is found in the table:

                          • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                          • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                            If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                          • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                            • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                              If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                              In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                            • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                              Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                            This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                          If no item with the specified Key is found:

                          • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                          • DELETE - Nothing happens; there is no attribute to delete.

                          • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                          ", "enumType" : "AttributeAction", "fluentSetterDocumentation" : "/**

                          Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                          If an item with the specified Key is found in the table:

                          • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                          • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                            If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                          • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                            • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                              If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                              In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                            • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                              Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                            This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                          If no item with the specified Key is found:

                          • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                          • DELETE - Nothing happens; there is no attribute to delete.

                          • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                          \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                          If an item with the specified Key is found in the table:

                          • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                          • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                            If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                          • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                            • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                              If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                              In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                            • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                              Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                            This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                          If no item with the specified Key is found:

                          • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                          • DELETE - Nothing happens; there is no attribute to delete.

                          • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see AttributeAction*/", "fluentSetterMethodName" : "withAction", "getterDocumentation" : "/**

                            Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                            If an item with the specified Key is found in the table:

                            • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                            • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                              If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                            • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                              • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                              • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                              This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                            If no item with the specified Key is found:

                            • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                            • DELETE - Nothing happens; there is no attribute to delete.

                            • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                            \n@return Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                            If an item with the specified Key is found in the table:

                            • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                            • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                              If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                            • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                              • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                              • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                              This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                            If no item with the specified Key is found:

                            • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                            • DELETE - Nothing happens; there is no attribute to delete.

                            • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                            • \n@see AttributeAction*/", "getterMethodName" : "getAction", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

                              Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                              If an item with the specified Key is found in the table:

                              • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                              • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                                If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                              • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                  If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                  In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                  Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                                This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                              If no item with the specified Key is found:

                              • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                              • DELETE - Nothing happens; there is no attribute to delete.

                              • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                              \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                              If an item with the specified Key is found in the table:

                              • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                              • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                                If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                              • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                  If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                  In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                  Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                                This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                              If no item with the specified Key is found:

                              • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                              • DELETE - Nothing happens; there is no attribute to delete.

                              • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                              • \n@see AttributeAction*/", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                                If an item with the specified Key is found in the table:

                                • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                                • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                                  If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                                • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                  • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                    If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                    In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                  • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                    Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                                  This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                                If no item with the specified Key is found:

                                • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                                • DELETE - Nothing happens; there is no attribute to delete.

                                • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                                \n@param action Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                                If an item with the specified Key is found in the table:

                                • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                                • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                                  If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                                • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                  • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                    If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                    In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                  • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                    Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                                  This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                                If no item with the specified Key is found:

                                • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                                • DELETE - Nothing happens; there is no attribute to delete.

                                • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see AttributeAction*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                  Specifies how to perform the update. Valid values are PUT (default), DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table.

                                  If an item with the specified Key is found in the table:

                                  • PUT - Adds the specified attribute to the item. If the attribute already exists, it is replaced by the new value.

                                  • DELETE - If no value is specified, the attribute and its value are removed from the item. The data type of the specified value must match the existing value's data type.

                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specified [a,c], then the final attribute value would be [b]. Specifying an empty set is an error.

                                  • ADD - If the attribute does not already exist, then the attribute and its values are added to the item. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                    • If the existing attribute is a number, and if Value is also a number, then the Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                      In addition, if you use ADD to update an existing item, and intend to increment or decrement an attribute value which does not yet exist, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update does not yet have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway, even though it currently does not exist. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                    • If the existing data type is a set, and if the Value is also a set, then the Value is added to the existing set. (This is a set operation, not mathematical addition.) For example, if the attribute value was the set [1,2], and the ADD action specified [3], then the final attribute value would be [1,2,3]. An error occurs if an Add action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings. The same holds true for number sets and binary sets.

                                    This action is only valid for an existing attribute whose data type is number or is a set. Do not use ADD for any other data types.

                                  If no item with the specified Key is found:

                                  • PUT - DynamoDB creates a new item with the specified primary key, and then adds the attribute.

                                  • DELETE - Nothing happens; there is no attribute to delete.

                                  • ADD - DynamoDB creates an item with the supplied primary key and number (or set of numbers) for the attribute value. The only data types allowed are number and number set; no other data types can be specified.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  \n@param value Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  \n@return Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  \n@param value Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  \n@param value Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "

                                  Represents the data for an attribute.

                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                  For more information, see Data TYpes in the Amazon DynamoDB Developer Guide.

                                  ", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttributeValueUpdate", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttributeValueUpdate", "variableName" : "attributeValueUpdate", "variableType" : "AttributeValueUpdate", "documentation" : null, "simpleType" : "AttributeValueUpdate", "variableSetterType" : "AttributeValueUpdate" }, "wrapper" : false }, "BatchGetItemRequest" : { "c2jName" : "BatchGetItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                  Represents the input of a BatchGetItem operation.

                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchGetItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.BatchGetItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RequestItems", "c2jShape" : "BatchGetRequestMap", "deprecated" : false, "documentation" : "

                                  A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                  Each element in the map of items to retrieve consists of the following:

                                  • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                  • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                    • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                    • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                    • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                    Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                    • Percentile

                                    The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                    • {\"#P\":\"Percentile\"}

                                    You could then use this substitution in an expression, as in this example:

                                    • #P = :val

                                    Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                    For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                  • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                    If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                    For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                  A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                  Each element in the map of items to retrieve consists of the following:

                                  • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                  • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                    • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                    • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                    • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                    Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                    • Percentile

                                    The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                    • {\"#P\":\"Percentile\"}

                                    You could then use this substitution in an expression, as in this example:

                                    • #P = :val

                                    Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                    For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                  • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                    If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                    For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                  \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                  Each element in the map of items to retrieve consists of the following:

                                  • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                  • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                    • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                    • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                    • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                    Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                    • Percentile

                                    The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                    • {\"#P\":\"Percentile\"}

                                    You could then use this substitution in an expression, as in this example:

                                    • #P = :val

                                    Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                    For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                  • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                    If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                    For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                  • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

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

                                    A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                    Each element in the map of items to retrieve consists of the following:

                                    • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                    • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                      • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                      • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                      • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                      Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                      • Percentile

                                      The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                      • {\"#P\":\"Percentile\"}

                                      You could then use this substitution in an expression, as in this example:

                                      • #P = :val

                                      Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                      For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                    • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                    • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                      If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                      For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                    • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                    \n@return A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                    Each element in the map of items to retrieve consists of the following:

                                    • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                    • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                      • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                      • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                      • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                      Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                      • Percentile

                                      The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                      • {\"#P\":\"Percentile\"}

                                      You could then use this substitution in an expression, as in this example:

                                      • #P = :val

                                      Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                      For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                    • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                    • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                      If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                      For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                    • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                    • */", "getterMethodName" : "getRequestItems", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "KeysAndAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "KeysAndAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "KeysAndAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "RequestItems", "setterDocumentation" : "/**

                                      A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                      Each element in the map of items to retrieve consists of the following:

                                      • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                      • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                        • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                        • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                        • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                        Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                        • Percentile

                                        The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                        • {\"#P\":\"Percentile\"}

                                        You could then use this substitution in an expression, as in this example:

                                        • #P = :val

                                        Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                        For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                      • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                      • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                        If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                        For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                      • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                      \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                      Each element in the map of items to retrieve consists of the following:

                                      • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                      • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                        • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                        • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                        • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                        Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                        • Percentile

                                        The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                        • {\"#P\":\"Percentile\"}

                                        You could then use this substitution in an expression, as in this example:

                                        • #P = :val

                                        Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                        For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                      • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                      • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                        If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                        For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                      • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                      • */", "setterMethodName" : "setRequestItems", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "requestItems", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                        A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                        Each element in the map of items to retrieve consists of the following:

                                        • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                        • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                          • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                          • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                          • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                          Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                          • Percentile

                                          The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                          • {\"#P\":\"Percentile\"}

                                          You could then use this substitution in an expression, as in this example:

                                          • #P = :val

                                          Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                          For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                        • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                        • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                          If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                          For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                        • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                        \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                        Each element in the map of items to retrieve consists of the following:

                                        • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                        • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                          • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                          • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                          • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                          Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                          • Percentile

                                          The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                          • {\"#P\":\"Percentile\"}

                                          You could then use this substitution in an expression, as in this example:

                                          • #P = :val

                                          Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                          For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                        • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                        • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                          If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                          For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                        • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "requestItems", "variableType" : "java.util.Map", "documentation" : "

                                          A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                          Each element in the map of items to retrieve consists of the following:

                                          • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                          • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                            • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                            • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                            • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                            Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                            • Percentile

                                            The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                            • {\"#P\":\"Percentile\"}

                                            You could then use this substitution in an expression, as in this example:

                                            • #P = :val

                                            Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                            For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                          • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                            If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                            For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RequestItems" : { "c2jName" : "RequestItems", "c2jShape" : "BatchGetRequestMap", "deprecated" : false, "documentation" : "

                                          A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                          Each element in the map of items to retrieve consists of the following:

                                          • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                          • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                            • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                            • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                            • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                            Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                            • Percentile

                                            The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                            • {\"#P\":\"Percentile\"}

                                            You could then use this substitution in an expression, as in this example:

                                            • #P = :val

                                            Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                            For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                          • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                            If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                            For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                          A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                          Each element in the map of items to retrieve consists of the following:

                                          • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                          • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                            • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                            • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                            • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                            Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                            • Percentile

                                            The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                            • {\"#P\":\"Percentile\"}

                                            You could then use this substitution in an expression, as in this example:

                                            • #P = :val

                                            Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                            For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                          • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                            If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                            For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                          \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                          Each element in the map of items to retrieve consists of the following:

                                          • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                          • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                            • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                            • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                            • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                            Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                            • Percentile

                                            The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                            • {\"#P\":\"Percentile\"}

                                            You could then use this substitution in an expression, as in this example:

                                            • #P = :val

                                            Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                            For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                          • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                            If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                            For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                          • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

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

                                            A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                            Each element in the map of items to retrieve consists of the following:

                                            • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                            • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                              • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                              • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                              • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                              Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                              • Percentile

                                              The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                              • {\"#P\":\"Percentile\"}

                                              You could then use this substitution in an expression, as in this example:

                                              • #P = :val

                                              Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                              For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                            • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                            • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                              If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                              For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                            • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                            \n@return A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                            Each element in the map of items to retrieve consists of the following:

                                            • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                            • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                              • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                              • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                              • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                              Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                              • Percentile

                                              The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                              • {\"#P\":\"Percentile\"}

                                              You could then use this substitution in an expression, as in this example:

                                              • #P = :val

                                              Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                              For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                            • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                            • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                              If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                              For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                            • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                            • */", "getterMethodName" : "getRequestItems", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "KeysAndAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "KeysAndAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "KeysAndAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "RequestItems", "setterDocumentation" : "/**

                                              A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                              Each element in the map of items to retrieve consists of the following:

                                              • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                              • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                                • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                • Percentile

                                                The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                • {\"#P\":\"Percentile\"}

                                                You could then use this substitution in an expression, as in this example:

                                                • #P = :val

                                                Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                              • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                              • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                              • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                              \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                              Each element in the map of items to retrieve consists of the following:

                                              • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                              • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                                • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                • Percentile

                                                The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                • {\"#P\":\"Percentile\"}

                                                You could then use this substitution in an expression, as in this example:

                                                • #P = :val

                                                Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                              • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                              • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                              • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                              • */", "setterMethodName" : "setRequestItems", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "requestItems", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                                Each element in the map of items to retrieve consists of the following:

                                                • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                                • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                  • Percentile

                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                  • {\"#P\":\"Percentile\"}

                                                  You could then use this substitution in an expression, as in this example:

                                                  • #P = :val

                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                                • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                \n@param requestItems A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                                Each element in the map of items to retrieve consists of the following:

                                                • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                                • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                  • Percentile

                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                  • {\"#P\":\"Percentile\"}

                                                  You could then use this substitution in an expression, as in this example:

                                                  • #P = :val

                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                                • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "requestItems", "variableType" : "java.util.Map", "documentation" : "

                                                  A map of one or more table names and, for each table, a map that describes one or more items to retrieve from that table. Each table name can be used only once per BatchGetItem request.

                                                  Each element in the map of items to retrieve consists of the following:

                                                  • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

                                                  • ExpressionAttributeNames - One or more substitution tokens for attribute names in the ProjectionExpression parameter. The following are some use cases for using ExpressionAttributeNames:

                                                    • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                    • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                    • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                    Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                    • Percentile

                                                    The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                    • {\"#P\":\"Percentile\"}

                                                    You could then use this substitution in an expression, as in this example:

                                                    • #P = :val

                                                    Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                    For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                  • Keys - An array of primary key attribute values that define specific items in the table. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key value. For a composite key, you must provide both the partition key value and the sort key value.

                                                  • ProjectionExpression - A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                    If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                    For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                  • AttributesToGet - This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RequestItems" ], "shapeName" : "BatchGetItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchGetItemRequest", "variableName" : "batchGetItemRequest", "variableType" : "BatchGetItemRequest", "documentation" : null, "simpleType" : "BatchGetItemRequest", "variableSetterType" : "BatchGetItemRequest" }, "wrapper" : false }, "BatchGetItemResult" : { "c2jName" : "BatchGetItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                  Represents the output of a BatchGetItem operation.

                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Responses", "c2jShape" : "BatchGetResponseMap", "deprecated" : false, "documentation" : "

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResponses", "getterDocumentation" : "/**

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  \n@return A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.*/", "getterMethodName" : "getResponses", "getterModel" : { "returnType" : "java.util.Map>>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "value", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                  \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "value", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List>", "entryType" : "Map.Entry>>", "keySimple" : true, "templateImplType" : "java.util.HashMap>>", "templateType" : "java.util.Map>>", "valueList" : true, "valueSimple" : false }, "name" : "Responses", "setterDocumentation" : "/**

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.*/", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.Map>>", "variableName" : "responses", "variableType" : "java.util.Map>>", "documentation" : "", "simpleType" : "Map>>", "variableSetterType" : "java.util.Map>>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>>", "variableName" : "responses", "variableType" : "java.util.Map>>", "documentation" : "

                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                  ", "simpleType" : "Map>>", "variableSetterType" : "java.util.Map>>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UnprocessedKeys", "c2jShape" : "BatchGetRequestMap", "deprecated" : false, "documentation" : "

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUnprocessedKeys", "getterDocumentation" : "/**

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  \n@return A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.*/", "getterMethodName" : "getUnprocessedKeys", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnprocessedKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedKeys", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "KeysAndAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "KeysAndAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "KeysAndAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "UnprocessedKeys", "setterDocumentation" : "/**

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.*/", "setterMethodName" : "setUnprocessedKeys", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "unprocessedKeys", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "unprocessedKeys", "variableType" : "java.util.Map", "documentation" : "

                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                  Each element consists of:

                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacityMultiple", "deprecated" : false, "documentation" : "

                                                  The read capacity units consumed by the entire BatchGetItem operation.

                                                  Each element consists of:

                                                  • TableName - The table that consumed the provisioned throughput.

                                                  • CapacityUnits - The total number of capacity units consumed.

                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                  The read capacity units consumed by the entire BatchGetItem operation.

                                                  Each element consists of:

                                                  • TableName - The table that consumed the provisioned throughput.

                                                  • CapacityUnits - The total number of capacity units consumed.

                                                  \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                  Each element consists of:

                                                  • TableName - The table that consumed the provisioned throughput.

                                                  • CapacityUnits - The total number of capacity units consumed.

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

                                                    The read capacity units consumed by the entire BatchGetItem operation.

                                                    Each element consists of:

                                                    • TableName - The table that consumed the provisioned throughput.

                                                    • CapacityUnits - The total number of capacity units consumed.

                                                    \n@return The read capacity units consumed by the entire BatchGetItem operation.

                                                    Each element consists of:

                                                    • TableName - The table that consumed the provisioned throughput.

                                                    • CapacityUnits - The total number of capacity units consumed.

                                                    • */", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConsumedCapacity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConsumedCapacity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                      The read capacity units consumed by the entire BatchGetItem operation.

                                                      Each element consists of:

                                                      • TableName - The table that consumed the provisioned throughput.

                                                      • CapacityUnits - The total number of capacity units consumed.

                                                      \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                      Each element consists of:

                                                      • TableName - The table that consumed the provisioned throughput.

                                                      • CapacityUnits - The total number of capacity units consumed.

                                                      • */", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                        The read capacity units consumed by the entire BatchGetItem operation.

                                                        Each element consists of:

                                                        • TableName - The table that consumed the provisioned throughput.

                                                        • CapacityUnits - The total number of capacity units consumed.

                                                        \n

                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setConsumedCapacity(java.util.Collection)} or {@link #withConsumedCapacity(java.util.Collection)} if you want to override the existing values.

                                                        \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                        Each element consists of:

                                                        • TableName - The table that consumed the provisioned throughput.

                                                        • CapacityUnits - The total number of capacity units consumed.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "

                                                          The read capacity units consumed by the entire BatchGetItem operation.

                                                          Each element consists of:

                                                          • TableName - The table that consumed the provisioned throughput.

                                                          • CapacityUnits - The total number of capacity units consumed.

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacityMultiple", "deprecated" : false, "documentation" : "

                                                          The read capacity units consumed by the entire BatchGetItem operation.

                                                          Each element consists of:

                                                          • TableName - The table that consumed the provisioned throughput.

                                                          • CapacityUnits - The total number of capacity units consumed.

                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                          The read capacity units consumed by the entire BatchGetItem operation.

                                                          Each element consists of:

                                                          • TableName - The table that consumed the provisioned throughput.

                                                          • CapacityUnits - The total number of capacity units consumed.

                                                          \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                          Each element consists of:

                                                          • TableName - The table that consumed the provisioned throughput.

                                                          • CapacityUnits - The total number of capacity units consumed.

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

                                                            The read capacity units consumed by the entire BatchGetItem operation.

                                                            Each element consists of:

                                                            • TableName - The table that consumed the provisioned throughput.

                                                            • CapacityUnits - The total number of capacity units consumed.

                                                            \n@return The read capacity units consumed by the entire BatchGetItem operation.

                                                            Each element consists of:

                                                            • TableName - The table that consumed the provisioned throughput.

                                                            • CapacityUnits - The total number of capacity units consumed.

                                                            • */", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConsumedCapacity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConsumedCapacity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                              The read capacity units consumed by the entire BatchGetItem operation.

                                                              Each element consists of:

                                                              • TableName - The table that consumed the provisioned throughput.

                                                              • CapacityUnits - The total number of capacity units consumed.

                                                              \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                              Each element consists of:

                                                              • TableName - The table that consumed the provisioned throughput.

                                                              • CapacityUnits - The total number of capacity units consumed.

                                                              • */", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                The read capacity units consumed by the entire BatchGetItem operation.

                                                                Each element consists of:

                                                                • TableName - The table that consumed the provisioned throughput.

                                                                • CapacityUnits - The total number of capacity units consumed.

                                                                \n

                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setConsumedCapacity(java.util.Collection)} or {@link #withConsumedCapacity(java.util.Collection)} if you want to override the existing values.

                                                                \n@param consumedCapacity The read capacity units consumed by the entire BatchGetItem operation.

                                                                Each element consists of:

                                                                • TableName - The table that consumed the provisioned throughput.

                                                                • CapacityUnits - The total number of capacity units consumed.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "

                                                                  The read capacity units consumed by the entire BatchGetItem operation.

                                                                  Each element consists of:

                                                                  • TableName - The table that consumed the provisioned throughput.

                                                                  • CapacityUnits - The total number of capacity units consumed.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Responses" : { "c2jName" : "Responses", "c2jShape" : "BatchGetResponseMap", "deprecated" : false, "documentation" : "

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResponses", "getterDocumentation" : "/**

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  \n@return A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.*/", "getterMethodName" : "getResponses", "getterModel" : { "returnType" : "java.util.Map>>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Responses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Responses", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "value", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "value", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List>", "entryType" : "Map.Entry>>", "keySimple" : true, "templateImplType" : "java.util.HashMap>>", "templateType" : "java.util.Map>>", "valueList" : true, "valueSimple" : false }, "name" : "Responses", "setterDocumentation" : "/**

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.*/", "setterMethodName" : "setResponses", "setterModel" : { "variableDeclarationType" : "java.util.Map>>", "variableName" : "responses", "variableType" : "java.util.Map>>", "documentation" : "", "simpleType" : "Map>>", "variableSetterType" : "java.util.Map>>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  \n@param responses A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>>", "variableName" : "responses", "variableType" : "java.util.Map>>", "documentation" : "

                                                                  A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.

                                                                  ", "simpleType" : "Map>>", "variableSetterType" : "java.util.Map>>" }, "xmlNameSpaceUri" : null }, "UnprocessedKeys" : { "c2jName" : "UnprocessedKeys", "c2jShape" : "BatchGetRequestMap", "deprecated" : false, "documentation" : "

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUnprocessedKeys", "getterDocumentation" : "/**

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  \n@return A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.*/", "getterMethodName" : "getUnprocessedKeys", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnprocessedKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedKeys", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "KeysAndAttributes", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "KeysAndAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "value", "variableType" : "KeysAndAttributes", "documentation" : "", "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "xmlNameSpaceUri" : null }, "valueType" : "KeysAndAttributes", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "UnprocessedKeys", "setterDocumentation" : "/**

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.*/", "setterMethodName" : "setUnprocessedKeys", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "unprocessedKeys", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  \n@param unprocessedKeys A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "unprocessedKeys", "variableType" : "java.util.Map", "documentation" : "

                                                                  A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                  Each element consists of:

                                                                  • Keys - An array of primary key attribute values that define specific items in the table.

                                                                  • ProjectionExpression - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a requested attribute is not found, it does not appear in the result.

                                                                  • ConsistentRead - The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                  If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchGetItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchGetItemResult", "variableName" : "batchGetItemResult", "variableType" : "BatchGetItemResult", "documentation" : null, "simpleType" : "BatchGetItemResult", "variableSetterType" : "BatchGetItemResult" }, "wrapper" : false }, "BatchWriteItemRequest" : { "c2jName" : "BatchWriteItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                  Represents the input of a BatchWriteItem operation.

                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BatchWriteItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.BatchWriteItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "RequestItems", "c2jShape" : "BatchWriteItemRequestMap", "deprecated" : false, "documentation" : "

                                                                  A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                    • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                  A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                    • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                  \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                    • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

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

                                                                    A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                    • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                      • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                    • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                      • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                        If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                    \n@return A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                    • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                      • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                    • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                      • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                        If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                    • */", "getterMethodName" : "getRequestItems", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "WriteRequests", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WriteRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "WriteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WriteRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WriteRequest", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                      NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                      \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "RequestItems", "setterDocumentation" : "/**

                                                                      A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                      • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                        • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                      • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                        • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                          If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                      \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                      • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                        • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                      • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                        • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                          If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                      • */", "setterMethodName" : "setRequestItems", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "requestItems", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                        A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                        • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                          • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                        • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                          • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                            If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                        \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                        • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                          • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                        • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                          • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                            If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "requestItems", "variableType" : "java.util.Map>", "documentation" : "

                                                                          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                          • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                            • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                          • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                            • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                              If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                          ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                          Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RequestItems" : { "c2jName" : "RequestItems", "c2jShape" : "BatchWriteItemRequestMap", "deprecated" : false, "documentation" : "

                                                                          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                          • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                            • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                          • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                            • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                              If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                          A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                          • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                            • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                          • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                            • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                              If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                          \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                          • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                            • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                          • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                            • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                              If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

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

                                                                            A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                            • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                              • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                            • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                              • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                            \n@return A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                            • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                              • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                            • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                              • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                            • */", "getterMethodName" : "getRequestItems", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequestItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "WriteRequests", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WriteRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "WriteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WriteRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WriteRequest", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                              NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                              \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "RequestItems", "setterDocumentation" : "/**

                                                                              A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                              • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                              • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                              \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                              • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                              • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                              • */", "setterMethodName" : "setRequestItems", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "requestItems", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                                • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                  • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                  • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                    If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                \n@param requestItems A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                                • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                  • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                  • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                    If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "requestItems", "variableType" : "java.util.Map>", "documentation" : "

                                                                                  A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest). Each element in the map consists of the following:

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the ! item. Each entry in this map consists of an attribute name and an attribute value. For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnItemCollectionMetrics" : { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RequestItems" ], "shapeName" : "BatchWriteItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BatchWriteItemRequest", "variableName" : "batchWriteItemRequest", "variableType" : "BatchWriteItemRequest", "documentation" : null, "simpleType" : "BatchWriteItemRequest", "variableSetterType" : "BatchWriteItemRequest" }, "wrapper" : false }, "BatchWriteItemResult" : { "c2jName" : "BatchWriteItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                  Represents the output of a BatchWriteItem operation.

                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UnprocessedItems", "c2jShape" : "BatchWriteItemRequestMap", "deprecated" : false, "documentation" : "

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUnprocessedItems", "getterDocumentation" : "/**

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  \n@return A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.*/", "getterMethodName" : "getUnprocessedItems", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnprocessedItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "WriteRequests", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WriteRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "WriteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WriteRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WriteRequest", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "UnprocessedItems", "setterDocumentation" : "/**

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.*/", "setterMethodName" : "setUnprocessedItems", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "unprocessedItems", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "unprocessedItems", "variableType" : "java.util.Map>", "documentation" : "

                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                  ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetricsPerTable", "deprecated" : false, "documentation" : "

                                                                                  A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                  Each entry consists of the following subelements:

                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                  • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                  A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                  Each entry consists of the following subelements:

                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                  • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                  \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                  Each entry consists of the following subelements:

                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                  • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                    A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                    Each entry consists of the following subelements:

                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                    • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                    \n@return A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                    Each entry consists of the following subelements:

                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                    • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                    • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ItemCollectionMetricsMultiple", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "member", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "member", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ItemCollectionMetrics", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ItemCollectionMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                                      NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                                      \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                      A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                      Each entry consists of the following subelements:

                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                      • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                      \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                      Each entry consists of the following subelements:

                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                      • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                      • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "itemCollectionMetrics", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                        A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                        Each entry consists of the following subelements:

                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                        • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                        \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                        Each entry consists of the following subelements:

                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                        • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "itemCollectionMetrics", "variableType" : "java.util.Map>", "documentation" : "

                                                                                          A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                          Each entry consists of the following subelements:

                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                          • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                          ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacityMultiple", "deprecated" : false, "documentation" : "

                                                                                          The capacity units consumed by the entire BatchWriteItem operation.

                                                                                          Each element consists of:

                                                                                          • TableName - The table that consumed the provisioned throughput.

                                                                                          • CapacityUnits - The total number of capacity units consumed.

                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                          The capacity units consumed by the entire BatchWriteItem operation.

                                                                                          Each element consists of:

                                                                                          • TableName - The table that consumed the provisioned throughput.

                                                                                          • CapacityUnits - The total number of capacity units consumed.

                                                                                          \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                          Each element consists of:

                                                                                          • TableName - The table that consumed the provisioned throughput.

                                                                                          • CapacityUnits - The total number of capacity units consumed.

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

                                                                                            The capacity units consumed by the entire BatchWriteItem operation.

                                                                                            Each element consists of:

                                                                                            • TableName - The table that consumed the provisioned throughput.

                                                                                            • CapacityUnits - The total number of capacity units consumed.

                                                                                            \n@return The capacity units consumed by the entire BatchWriteItem operation.

                                                                                            Each element consists of:

                                                                                            • TableName - The table that consumed the provisioned throughput.

                                                                                            • CapacityUnits - The total number of capacity units consumed.

                                                                                            • */", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConsumedCapacity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConsumedCapacity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                              The capacity units consumed by the entire BatchWriteItem operation.

                                                                                              Each element consists of:

                                                                                              • TableName - The table that consumed the provisioned throughput.

                                                                                              • CapacityUnits - The total number of capacity units consumed.

                                                                                              \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                              Each element consists of:

                                                                                              • TableName - The table that consumed the provisioned throughput.

                                                                                              • CapacityUnits - The total number of capacity units consumed.

                                                                                              • */", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                Each element consists of:

                                                                                                • TableName - The table that consumed the provisioned throughput.

                                                                                                • CapacityUnits - The total number of capacity units consumed.

                                                                                                \n

                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setConsumedCapacity(java.util.Collection)} or {@link #withConsumedCapacity(java.util.Collection)} if you want to override the existing values.

                                                                                                \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                Each element consists of:

                                                                                                • TableName - The table that consumed the provisioned throughput.

                                                                                                • CapacityUnits - The total number of capacity units consumed.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "

                                                                                                  The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                  Each element consists of:

                                                                                                  • TableName - The table that consumed the provisioned throughput.

                                                                                                  • CapacityUnits - The total number of capacity units consumed.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacityMultiple", "deprecated" : false, "documentation" : "

                                                                                                  The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                  Each element consists of:

                                                                                                  • TableName - The table that consumed the provisioned throughput.

                                                                                                  • CapacityUnits - The total number of capacity units consumed.

                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                  The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                  Each element consists of:

                                                                                                  • TableName - The table that consumed the provisioned throughput.

                                                                                                  • CapacityUnits - The total number of capacity units consumed.

                                                                                                  \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                  Each element consists of:

                                                                                                  • TableName - The table that consumed the provisioned throughput.

                                                                                                  • CapacityUnits - The total number of capacity units consumed.

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

                                                                                                    The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                    Each element consists of:

                                                                                                    • TableName - The table that consumed the provisioned throughput.

                                                                                                    • CapacityUnits - The total number of capacity units consumed.

                                                                                                    \n@return The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                    Each element consists of:

                                                                                                    • TableName - The table that consumed the provisioned throughput.

                                                                                                    • CapacityUnits - The total number of capacity units consumed.

                                                                                                    • */", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "member", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConsumedCapacity", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConsumedCapacity", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                      The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                      Each element consists of:

                                                                                                      • TableName - The table that consumed the provisioned throughput.

                                                                                                      • CapacityUnits - The total number of capacity units consumed.

                                                                                                      \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                      Each element consists of:

                                                                                                      • TableName - The table that consumed the provisioned throughput.

                                                                                                      • CapacityUnits - The total number of capacity units consumed.

                                                                                                      • */", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                        The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                        Each element consists of:

                                                                                                        • TableName - The table that consumed the provisioned throughput.

                                                                                                        • CapacityUnits - The total number of capacity units consumed.

                                                                                                        \n

                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setConsumedCapacity(java.util.Collection)} or {@link #withConsumedCapacity(java.util.Collection)} if you want to override the existing values.

                                                                                                        \n@param consumedCapacity The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                        Each element consists of:

                                                                                                        • TableName - The table that consumed the provisioned throughput.

                                                                                                        • CapacityUnits - The total number of capacity units consumed.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "consumedCapacity", "variableType" : "java.util.List", "documentation" : "

                                                                                                          The capacity units consumed by the entire BatchWriteItem operation.

                                                                                                          Each element consists of:

                                                                                                          • TableName - The table that consumed the provisioned throughput.

                                                                                                          • CapacityUnits - The total number of capacity units consumed.

                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ItemCollectionMetrics" : { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetricsPerTable", "deprecated" : false, "documentation" : "

                                                                                                          A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                          Each entry consists of the following subelements:

                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                          • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                          A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                          Each entry consists of the following subelements:

                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                          • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                          \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                          Each entry consists of the following subelements:

                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                          • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                            A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                            Each entry consists of the following subelements:

                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                            • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                            \n@return A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                            Each entry consists of the following subelements:

                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                            • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                            • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ItemCollectionMetricsMultiple", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "member", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "member", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ItemCollectionMetrics", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ItemCollectionMetrics", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                                                              NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                                                              \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                              A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                              Each entry consists of the following subelements:

                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                              • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                              \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                              Each entry consists of the following subelements:

                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                              • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                              • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "itemCollectionMetrics", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                                Each entry consists of the following subelements:

                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                                • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                \n@param itemCollectionMetrics A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                                Each entry consists of the following subelements:

                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                                • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "itemCollectionMetrics", "variableType" : "java.util.Map>", "documentation" : "

                                                                                                                  A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.

                                                                                                                  Each entry consists of the following subelements:

                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item.

                                                                                                                  • SizeEstimateRange - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                  ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null }, "UnprocessedItems" : { "c2jName" : "UnprocessedItems", "c2jShape" : "BatchWriteItemRequestMap", "deprecated" : false, "documentation" : "

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUnprocessedItems", "getterDocumentation" : "/**

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  \n@return A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.*/", "getterMethodName" : "getUnprocessedItems", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UnprocessedItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UnprocessedItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "WriteRequests", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "WriteRequest", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "WriteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "WriteRequest", "variableName" : "member", "variableType" : "WriteRequest", "documentation" : "", "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "WriteRequest", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "WriteRequest", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "valueType" : "java.util.List", "entryType" : "Map.Entry>", "keySimple" : true, "templateImplType" : "java.util.HashMap>", "templateType" : "java.util.Map>", "valueList" : true, "valueSimple" : false }, "name" : "UnprocessedItems", "setterDocumentation" : "/**

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.*/", "setterMethodName" : "setUnprocessedItems", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "unprocessedItems", "variableType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  \n@param unprocessedItems A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "unprocessedItems", "variableType" : "java.util.Map>", "documentation" : "

                                                                                                                  A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.

                                                                                                                  Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).

                                                                                                                  • DeleteRequest - Perform a DeleteItem operation on the specified item. The item to be deleted is identified by a Key subelement:

                                                                                                                    • Key - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value.

                                                                                                                  • PutRequest - Perform a PutItem operation on the specified item. The item to be put is identified by an Item subelement:

                                                                                                                    • Item - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a ValidationException exception.

                                                                                                                      If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                  If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

                                                                                                                  ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BatchWriteItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BatchWriteItemResult", "variableName" : "batchWriteItemResult", "variableType" : "BatchWriteItemResult", "documentation" : null, "simpleType" : "BatchWriteItemResult", "variableSetterType" : "BatchWriteItemResult" }, "wrapper" : false }, "Capacity" : { "c2jName" : "Capacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Represents the amount of provisioned throughput capacity consumed on a table or an index.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "CapacityUnits", "c2jShape" : "ConsumedCapacityUnits", "deprecated" : false, "documentation" : "

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCapacityUnits", "getterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@return The total number of capacity units consumed on a table or an index.*/", "getterMethodName" : "getCapacityUnits", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapacityUnits", "setterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.*/", "setterMethodName" : "setCapacityUnits", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CapacityUnits" : { "c2jName" : "CapacityUnits", "c2jShape" : "ConsumedCapacityUnits", "deprecated" : false, "documentation" : "

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCapacityUnits", "getterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@return The total number of capacity units consumed on a table or an index.*/", "getterMethodName" : "getCapacityUnits", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapacityUnits", "setterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.*/", "setterMethodName" : "setCapacityUnits", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed on a table or an index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "

                                                                                                                  The total number of capacity units consumed on a table or an index.

                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Capacity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "capacity", "variableType" : "Capacity", "documentation" : null, "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "wrapper" : false }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "EQ", "value" : "EQ" }, { "name" : "NE", "value" : "NE" }, { "name" : "IN", "value" : "IN" }, { "name" : "LE", "value" : "LE" }, { "name" : "LT", "value" : "LT" }, { "name" : "GE", "value" : "GE" }, { "name" : "GT", "value" : "GT" }, { "name" : "BETWEEN", "value" : "BETWEEN" }, { "name" : "NOT_NULL", "value" : "NOT_NULL" }, { "name" : "NULL", "value" : "NULL" }, { "name" : "CONTAINS", "value" : "CONTAINS" }, { "name" : "NOT_CONTAINS", "value" : "NOT_CONTAINS" }, { "name" : "BEGINS_WITH", "value" : "BEGINS_WITH" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ComparisonOperator", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComparisonOperator", "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "wrapper" : false }, "Condition" : { "c2jName" : "Condition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Represents the selection criteria for a Query or Scan operation:

                                                                                                                  • For a Query operation, Condition is used for specifying the KeyConditions to use when querying a table or an index. For KeyConditions, only the following comparison operators are supported:

                                                                                                                    EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN

                                                                                                                    Condition is also used in a QueryFilter, which evaluates the query results and returns only the desired values.

                                                                                                                  • For a Scan operation, Condition is used in a ScanFilter, which evaluates the scan results and returns only the desired values.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AttributeValueList", "c2jShape" : "AttributeValueList", "deprecated" : false, "documentation" : "

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeValueList", "getterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@return One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.*/", "getterMethodName" : "getAttributeValueList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeValueList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeValueList", "setterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.*/", "setterMethodName" : "setAttributeValueList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValueList(java.util.Collection)} or {@link #withAttributeValueList(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "fluentSetterMethodName" : "withComparisonOperator", "getterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@return A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@see ComparisonOperator*/", "getterMethodName" : "getComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@see ComparisonOperator*/", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeValueList" : { "c2jName" : "AttributeValueList", "c2jShape" : "AttributeValueList", "deprecated" : false, "documentation" : "

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeValueList", "getterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@return One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.*/", "getterMethodName" : "getAttributeValueList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeValueList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeValueList", "setterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.*/", "setterMethodName" : "setAttributeValueList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValueList(java.util.Collection)} or {@link #withAttributeValueList(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "fluentSetterMethodName" : "withComparisonOperator", "getterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@return A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@see ComparisonOperator*/", "getterMethodName" : "getComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@see ComparisonOperator*/", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                                                                                                  A comparator for evaluating attributes. For example, equals, greater than, less than, etc.

                                                                                                                  The following comparison operators are available:

                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LE : Less than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • LT : Less than.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GE : Greater than or equal.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • GT : Greater than.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                  For usage examples of AttributeValueList and ComparisonOperator, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ComparisonOperator" ], "shapeName" : "Condition", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Condition", "variableName" : "condition", "variableType" : "Condition", "documentation" : null, "simpleType" : "Condition", "variableSetterType" : "Condition" }, "wrapper" : false }, "ConditionalCheckFailedException" : { "c2jName" : "ConditionalCheckFailedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  A condition specified in the operation could not be evaluated.

                                                                                                                  ", "enums" : null, "errorCode" : "ConditionalCheckFailedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConditionalCheckFailedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConditionalCheckFailedException", "variableName" : "conditionalCheckFailedException", "variableType" : "ConditionalCheckFailedException", "documentation" : null, "simpleType" : "ConditionalCheckFailedException", "variableSetterType" : "ConditionalCheckFailedException" }, "wrapper" : false }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "AND", "value" : "AND" }, { "name" : "OR", "value" : "OR" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConditionalOperator", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConditionalOperator", "variableName" : "conditionalOperator", "variableType" : "ConditionalOperator", "documentation" : null, "simpleType" : "ConditionalOperator", "variableSetterType" : "ConditionalOperator" }, "wrapper" : false }, "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the request asked for it. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@return The name of the table that was affected by the operation.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CapacityUnits", "c2jShape" : "ConsumedCapacityUnits", "deprecated" : false, "documentation" : "

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCapacityUnits", "getterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@return The total number of capacity units consumed by the operation.*/", "getterMethodName" : "getCapacityUnits", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapacityUnits", "setterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.*/", "setterMethodName" : "setCapacityUnits", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Table", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTable", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on the table affected by the operation.*/", "getterMethodName" : "getTable", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Table", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Table", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Table", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.*/", "setterMethodName" : "setTable", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "table", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "table", "variableType" : "Capacity", "documentation" : "

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  ", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "SecondaryIndexesCapacityMap", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLocalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on each local index affected by the operation.*/", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, "valueType" : "Capacity", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.*/", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "SecondaryIndexesCapacityMap", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on each global index affected by the operation.*/", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, "valueType" : "Capacity", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.*/", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CapacityUnits" : { "c2jName" : "CapacityUnits", "c2jShape" : "ConsumedCapacityUnits", "deprecated" : false, "documentation" : "

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCapacityUnits", "getterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@return The total number of capacity units consumed by the operation.*/", "getterMethodName" : "getCapacityUnits", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CapacityUnits", "setterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.*/", "setterMethodName" : "setCapacityUnits", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  \n@param capacityUnits The total number of capacity units consumed by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "capacityUnits", "variableType" : "Double", "documentation" : "

                                                                                                                  The total number of capacity units consumed by the operation.

                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "GlobalSecondaryIndexes" : { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "SecondaryIndexesCapacityMap", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on each global index affected by the operation.*/", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, "valueType" : "Capacity", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.*/", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  \n@param globalSecondaryIndexes The amount of throughput consumed on each global index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                  The amount of throughput consumed on each global index affected by the operation.

                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "LocalSecondaryIndexes" : { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "SecondaryIndexesCapacityMap", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLocalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on each local index affected by the operation.*/", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "value", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, "valueType" : "Capacity", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.*/", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  \n@param localSecondaryIndexes The amount of throughput consumed on each local index affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                  The amount of throughput consumed on each local index affected by the operation.

                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Table" : { "c2jName" : "Table", "c2jShape" : "Capacity", "deprecated" : false, "documentation" : "

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTable", "getterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@return The amount of throughput consumed on the table affected by the operation.*/", "getterMethodName" : "getTable", "getterModel" : { "returnType" : "Capacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Table", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Table", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Table", "setterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.*/", "setterMethodName" : "setTable", "setterModel" : { "variableDeclarationType" : "Capacity", "variableName" : "table", "variableType" : "Capacity", "documentation" : "", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  \n@param table The amount of throughput consumed on the table affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Capacity", "variableName" : "table", "variableType" : "Capacity", "documentation" : "

                                                                                                                  The amount of throughput consumed on the table affected by the operation.

                                                                                                                  ", "simpleType" : "Capacity", "variableSetterType" : "Capacity" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@return The name of the table that was affected by the operation.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  \n@param tableName The name of the table that was affected by the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the table that was affected by the operation.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConsumedCapacity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : null, "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "wrapper" : false }, "CreateGlobalSecondaryIndexAction" : { "c2jName" : "CreateGlobalSecondaryIndexAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Represents a new global secondary index to be added to an existing table.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@return The name of the global secondary index to be created.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@return The key schema for the global secondary index.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@return The name of the global secondary index to be created.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  \n@param indexName The name of the global secondary index to be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the global secondary index to be created.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@return The key schema for the global secondary index.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param keySchema The key schema for the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  The key schema for the global secondary index.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Projection" : { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexName", "KeySchema", "Projection", "ProvisionedThroughput" ], "shapeName" : "CreateGlobalSecondaryIndexAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateGlobalSecondaryIndexAction", "variableName" : "createGlobalSecondaryIndexAction", "variableType" : "CreateGlobalSecondaryIndexAction", "documentation" : null, "simpleType" : "CreateGlobalSecondaryIndexAction", "variableSetterType" : "CreateGlobalSecondaryIndexAction" }, "wrapper" : false }, "CreateTableRequest" : { "c2jName" : "CreateTableInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                  Represents the input of a CreateTable operation.

                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTable", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.CreateTable", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeDefinitions", "getterDocumentation" : "/**

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  \n@return An array of attributes that describe the key schema for the table and indexes.*/", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.*/", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  An array of attributes that describe the key schema for the table and indexes.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                  The name of the table to create.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the table to create.

                                                                                                                  \n@param tableName The name of the table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                  The name of the table to create.

                                                                                                                  \n@return The name of the table to create.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                  The name of the table to create.

                                                                                                                  \n@param tableName The name of the table to create.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                  The name of the table to create.

                                                                                                                  \n@param tableName The name of the table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                  The name of the table to create.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@return Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  \n

                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                    • HASH - partition key

                                                                                                                    • RANGE - sort key

                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "LocalSecondaryIndexList", "deprecated" : false, "documentation" : "

                                                                                                                  One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                    • ProjectionType - One of the following:

                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                  One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                    • ProjectionType - One of the following:

                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                  \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                    • ProjectionType - One of the following:

                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

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

                                                                                                                    One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                    Each local secondary index in the array includes the following:

                                                                                                                    • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                    • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                    • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                      • ProjectionType - One of the following:

                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                      • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                    \n@return One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                    Each local secondary index in the array includes the following:

                                                                                                                    • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                    • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                    • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                      • ProjectionType - One of the following:

                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                      • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                    • */", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LocalSecondaryIndex", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "LocalSecondaryIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LocalSecondaryIndex", "variableName" : "member", "variableType" : "LocalSecondaryIndex", "documentation" : "", "simpleType" : "LocalSecondaryIndex", "variableSetterType" : "LocalSecondaryIndex" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LocalSecondaryIndex", "variableName" : "member", "variableType" : "LocalSecondaryIndex", "documentation" : "", "simpleType" : "LocalSecondaryIndex", "variableSetterType" : "LocalSecondaryIndex" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LocalSecondaryIndex", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LocalSecondaryIndex", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                      One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                      Each local secondary index in the array includes the following:

                                                                                                                      • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                      • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                      • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                        • ProjectionType - One of the following:

                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                        • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                      \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                      Each local secondary index in the array includes the following:

                                                                                                                      • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                      • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                      • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                        • ProjectionType - One of the following:

                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                        • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                      • */", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                        One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                        Each local secondary index in the array includes the following:

                                                                                                                        • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                        • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                        • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                          • ProjectionType - One of the following:

                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                          • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                        \n

                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setLocalSecondaryIndexes(java.util.Collection)} or {@link #withLocalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                        \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                        Each local secondary index in the array includes the following:

                                                                                                                        • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                        • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                        • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                          • ProjectionType - One of the following:

                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                          • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                          Each local secondary index in the array includes the following:

                                                                                                                          • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                          • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                            • ProjectionType - One of the following:

                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "GlobalSecondaryIndexList", "deprecated" : false, "documentation" : "

                                                                                                                          One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                            • ProjectionType - One of the following:

                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                          One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                            • ProjectionType - One of the following:

                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                          \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                            • ProjectionType - One of the following:

                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

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

                                                                                                                            One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                            • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                            • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                            • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                              • ProjectionType - One of the following:

                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                              • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                            • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                            \n@return One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                            • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                            • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                            • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                              • ProjectionType - One of the following:

                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                              • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                            • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                            • */", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndex", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndex", "variableName" : "member", "variableType" : "GlobalSecondaryIndex", "documentation" : "", "simpleType" : "GlobalSecondaryIndex", "variableSetterType" : "GlobalSecondaryIndex" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndex", "variableName" : "member", "variableType" : "GlobalSecondaryIndex", "documentation" : "", "simpleType" : "GlobalSecondaryIndex", "variableSetterType" : "GlobalSecondaryIndex" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndex", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndex", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                              One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                              • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                              • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                              • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                • ProjectionType - One of the following:

                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                              • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                              \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                              • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                              • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                              • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                • ProjectionType - One of the following:

                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                              • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                              • */", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                  • ProjectionType - One of the following:

                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                  • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                \n

                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexes(java.util.Collection)} or {@link #withGlobalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                  • ProjectionType - One of the following:

                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                  • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                  One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                  • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                  • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  \n@return Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                  The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                  • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                  • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                  The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                  • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                  • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                  \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                  • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                  • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

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

                                                                                                                                    The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                    • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                    • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                      • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                      • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                      • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                      • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                    \n@return The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                    • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                    • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                      • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                      • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                      • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                      • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                    • */", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                      The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                      • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                      • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                        • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                        • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                        • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                        • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                      \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                      • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                      • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                        • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                        • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                        • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                        • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                      • */", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                        The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                        • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                        • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                        \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                        • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                        • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                          The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                          • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                          • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                          ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeDefinitions" : { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeDefinitions", "getterDocumentation" : "/**

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          \n@return An array of attributes that describe the key schema for the table and indexes.*/", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.*/", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          \n

                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                          \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                          An array of attributes that describe the key schema for the table and indexes.

                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GlobalSecondaryIndexes" : { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "GlobalSecondaryIndexList", "deprecated" : false, "documentation" : "

                                                                                                                                          One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                          One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                          \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                          • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                          • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                          • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

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

                                                                                                                                            One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                            • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                            • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                            • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                              • ProjectionType - One of the following:

                                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                                              • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                            • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                            \n@return One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                            • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                            • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                            • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                              • ProjectionType - One of the following:

                                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                                              • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                            • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                            • */", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndex", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndex", "variableName" : "member", "variableType" : "GlobalSecondaryIndex", "documentation" : "", "simpleType" : "GlobalSecondaryIndex", "variableSetterType" : "GlobalSecondaryIndex" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndex", "variableName" : "member", "variableType" : "GlobalSecondaryIndex", "documentation" : "", "simpleType" : "GlobalSecondaryIndex", "variableSetterType" : "GlobalSecondaryIndex" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndex", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndex", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                              One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                              • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                              • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                              • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                • ProjectionType - One of the following:

                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                              • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                              \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                              • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                              • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                              • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                • ProjectionType - One of the following:

                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                              • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                              • */", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                                • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                                • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                                • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                  • ProjectionType - One of the following:

                                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                                  • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                                \n

                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexes(java.util.Collection)} or {@link #withGlobalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                \n@param globalSecondaryIndexes One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                                • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                                • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                                • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                  • ProjectionType - One of the following:

                                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                                  • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  One or more global secondary indexes (the maximum is five) to be created on the table. Each global secondary index in the array includes the following:

                                                                                                                                                  • IndexName - The name of the global secondary index. Must be unique only for this table.

                                                                                                                                                  • KeySchema - Specifies the key schema for the global secondary index.

                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  \n@return Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param keySchema Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  Specifies the attributes that make up the primary key for a table or an index. The attributes in KeySchema must also be defined in the AttributeDefinitions array. For more information, see Data Model in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  Each KeySchemaElement in the array is composed of:

                                                                                                                                                  • AttributeName - The name of this key attribute.

                                                                                                                                                  • KeyType - The role that the key attribute will assume:

                                                                                                                                                    • HASH - partition key

                                                                                                                                                    • RANGE - sort key

                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                  For a simple primary key (partition key), you must provide exactly one element with a KeyType of HASH.

                                                                                                                                                  For a composite primary key (partition key and sort key), you must provide exactly two elements, in this order: The first element must have a KeyType of HASH, and the second element must have a KeyType of RANGE.

                                                                                                                                                  For more information, see Specifying the Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LocalSecondaryIndexes" : { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "LocalSecondaryIndexList", "deprecated" : false, "documentation" : "

                                                                                                                                                  One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                  One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                  \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                  Each local secondary index in the array includes the following:

                                                                                                                                                  • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                  • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

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

                                                                                                                                                    One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                    Each local secondary index in the array includes the following:

                                                                                                                                                    • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                    • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                    • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                      • ProjectionType - One of the following:

                                                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                                                      • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                    \n@return One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                    Each local secondary index in the array includes the following:

                                                                                                                                                    • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                    • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                    • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                      • ProjectionType - One of the following:

                                                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                                                      • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                    • */", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LocalSecondaryIndex", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "LocalSecondaryIndex", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LocalSecondaryIndex", "variableName" : "member", "variableType" : "LocalSecondaryIndex", "documentation" : "", "simpleType" : "LocalSecondaryIndex", "variableSetterType" : "LocalSecondaryIndex" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LocalSecondaryIndex", "variableName" : "member", "variableType" : "LocalSecondaryIndex", "documentation" : "", "simpleType" : "LocalSecondaryIndex", "variableSetterType" : "LocalSecondaryIndex" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LocalSecondaryIndex", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LocalSecondaryIndex", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                                      One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                      Each local secondary index in the array includes the following:

                                                                                                                                                      • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                      • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                      • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                        • ProjectionType - One of the following:

                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                        • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                      \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                      Each local secondary index in the array includes the following:

                                                                                                                                                      • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                      • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                      • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                        • ProjectionType - One of the following:

                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                        • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                      • */", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                        One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                        Each local secondary index in the array includes the following:

                                                                                                                                                        • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                        • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                        • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                          • ProjectionType - One of the following:

                                                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                                                          • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                        \n

                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setLocalSecondaryIndexes(java.util.Collection)} or {@link #withLocalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                        \n@param localSecondaryIndexes One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                        Each local secondary index in the array includes the following:

                                                                                                                                                        • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                        • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                        • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                          • ProjectionType - One of the following:

                                                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                                                          • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                          One or more local secondary indexes (the maximum is five) to be created on the table. Each index is scoped to a given partition key value. There is a 10 GB size limit per partition key value; otherwise, the size of a local secondary index is unconstrained.

                                                                                                                                                          Each local secondary index in the array includes the following:

                                                                                                                                                          • IndexName - The name of the local secondary index. Must be unique only for this table.

                                                                                                                                                          • KeySchema - Specifies the key schema for the local secondary index. The key schema must begin with the same partition key as the table.

                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          \n@return Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                          Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                          ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null }, "StreamSpecification" : { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                                          The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                          • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                          • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                          The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                          • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                          • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                          \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                          • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                          • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

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

                                                                                                                                                            The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                            • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                            • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                              • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                              • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                              • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                              • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                            \n@return The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                            • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                            • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                              • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                              • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                              • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                              • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                            • */", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                                              The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                              • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                              • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                                • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                              \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                              • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                              • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                                • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                              • */", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                                • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                                • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                \n@param streamSpecification The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                                • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                                • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                                                  The settings for DynamoDB Streams on the table. These settings consist of:

                                                                                                                                                                  • StreamEnabled - Indicates whether Streams is to be enabled (true) or disabled (false).

                                                                                                                                                                  • StreamViewType - When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values for StreamViewType are:

                                                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                  ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  \n@param tableName The name of the table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  \n@return The name of the table to create.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  \n@param tableName The name of the table to create.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  \n@param tableName The name of the table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the table to create.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AttributeDefinitions", "TableName", "KeySchema", "ProvisionedThroughput" ], "shapeName" : "CreateTableRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTableRequest", "variableName" : "createTableRequest", "variableType" : "CreateTableRequest", "documentation" : null, "simpleType" : "CreateTableRequest", "variableSetterType" : "CreateTableRequest" }, "wrapper" : false }, "CreateTableResult" : { "c2jName" : "CreateTableOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents the output of a CreateTable operation.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@return Represents the properties of the table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TableDescription" : { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@return Represents the properties of the table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateTableResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTableResult", "variableName" : "createTableResult", "variableType" : "CreateTableResult", "documentation" : null, "simpleType" : "CreateTableResult", "variableSetterType" : "CreateTableResult" }, "wrapper" : false }, "DeleteGlobalSecondaryIndexAction" : { "c2jName" : "DeleteGlobalSecondaryIndexAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents a global secondary index to be deleted from an existing table.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@return The name of the global secondary index to be deleted.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@return The name of the global secondary index to be deleted.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  \n@param indexName The name of the global secondary index to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the global secondary index to be deleted.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexName" ], "shapeName" : "DeleteGlobalSecondaryIndexAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteGlobalSecondaryIndexAction", "variableName" : "deleteGlobalSecondaryIndexAction", "variableType" : "DeleteGlobalSecondaryIndexAction", "documentation" : null, "simpleType" : "DeleteGlobalSecondaryIndexAction", "variableSetterType" : "DeleteGlobalSecondaryIndexAction" }, "wrapper" : false }, "DeleteItemRequest" : { "c2jName" : "DeleteItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents the input of a DeleteItem operation.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.DeleteItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@return The name of the table from which to delete the item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConditionExpression" : { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                  A condition that must be satisfied in order for a conditional DeleteItem to succeed.

                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expected" : { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                  • Percentile

                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                  • #P = :val

                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeValues" : { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Key" : { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.

                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnItemCollectionMetrics" : { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnValues" : { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were deleted. For DeleteItem, the valid values are:

                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                  • ALL_OLD - The content of the old item is returned.

                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, DeleteItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@return The name of the table from which to delete the item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  \n@param tableName The name of the table from which to delete the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                  The name of the table from which to delete the item.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName", "Key" ], "shapeName" : "DeleteItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteItemRequest", "variableName" : "deleteItemRequest", "variableType" : "DeleteItemRequest", "documentation" : null, "simpleType" : "DeleteItemRequest", "variableSetterType" : "DeleteItemRequest" }, "wrapper" : false }, "DeleteItemResult" : { "c2jName" : "DeleteItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                  Represents the output of a DeleteItem operation.

                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@return The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                  The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                  Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                  \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                    Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                    \n@return Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                    • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                      Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                      \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                      • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                        Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                        \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                          Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                          ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          \n@return A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          \n@param attributes A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                          A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. This map appears in the response only if ReturnValues was specified as ALL_OLD in the request.

                                                                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          \n@return The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                          The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                          ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "ItemCollectionMetrics" : { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                          Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                          Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                          \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                            Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                            \n@return Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                            • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                              Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                              \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                              • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                                  Information about item collections, if any, that were affected by the DeleteItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                  ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteItemResult", "variableName" : "deleteItemResult", "variableType" : "DeleteItemResult", "documentation" : null, "simpleType" : "DeleteItemResult", "variableSetterType" : "DeleteItemResult" }, "wrapper" : false }, "DeleteRequest" : { "c2jName" : "DeleteRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a request to perform a DeleteItem operation on an item.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@return A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@return A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  \n@param key A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key" ], "shapeName" : "DeleteRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRequest", "variableName" : "deleteRequest", "variableType" : "DeleteRequest", "documentation" : null, "simpleType" : "DeleteRequest", "variableSetterType" : "DeleteRequest" }, "wrapper" : false }, "DeleteTableRequest" : { "c2jName" : "DeleteTableInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the input of a DeleteTable operation.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTable", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.DeleteTable", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@return The name of the table to delete.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@return The name of the table to delete.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  \n@param tableName The name of the table to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the table to delete.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName" ], "shapeName" : "DeleteTableRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTableRequest", "variableName" : "deleteTableRequest", "variableType" : "DeleteTableRequest", "documentation" : null, "simpleType" : "DeleteTableRequest", "variableSetterType" : "DeleteTableRequest" }, "wrapper" : false }, "DeleteTableResult" : { "c2jName" : "DeleteTableOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the output of a DeleteTable operation.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@return Represents the properties of a table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TableDescription" : { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@return Represents the properties of a table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  \n@param tableDescription Represents the properties of a table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteTableResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTableResult", "variableName" : "deleteTableResult", "variableType" : "DeleteTableResult", "documentation" : null, "simpleType" : "DeleteTableResult", "variableSetterType" : "DeleteTableResult" }, "wrapper" : false }, "DescribeLimitsRequest" : { "c2jName" : "DescribeLimitsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the input of a DescribeLimits operation. Has no content.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeLimits", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.DescribeLimits", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLimitsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLimitsRequest", "variableName" : "describeLimitsRequest", "variableType" : "DescribeLimitsRequest", "documentation" : null, "simpleType" : "DescribeLimitsRequest", "variableSetterType" : "DescribeLimitsRequest" }, "wrapper" : false }, "DescribeLimitsResult" : { "c2jName" : "DescribeLimitsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the output of a DescribeLimits operation.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AccountMaxReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccountMaxReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@return The maximum total read capacity units that your account allows you to provision across all of your tables in this region.*/", "getterMethodName" : "getAccountMaxReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountMaxReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountMaxReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountMaxReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.*/", "setterMethodName" : "setAccountMaxReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccountMaxWriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccountMaxWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@return The maximum total write capacity units that your account allows you to provision across all of your tables in this region.*/", "getterMethodName" : "getAccountMaxWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountMaxWriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountMaxWriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountMaxWriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.*/", "setterMethodName" : "setAccountMaxWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableMaxReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableMaxReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@return The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).*/", "getterMethodName" : "getTableMaxReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableMaxReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMaxReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableMaxReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).*/", "setterMethodName" : "setTableMaxReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableMaxWriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableMaxWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@return The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).*/", "getterMethodName" : "getTableMaxWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableMaxWriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMaxWriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableMaxWriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).*/", "setterMethodName" : "setTableMaxWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountMaxReadCapacityUnits" : { "c2jName" : "AccountMaxReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccountMaxReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@return The maximum total read capacity units that your account allows you to provision across all of your tables in this region.*/", "getterMethodName" : "getAccountMaxReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountMaxReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountMaxReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountMaxReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.*/", "setterMethodName" : "setAccountMaxReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxReadCapacityUnits The maximum total read capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum total read capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "AccountMaxWriteCapacityUnits" : { "c2jName" : "AccountMaxWriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccountMaxWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@return The maximum total write capacity units that your account allows you to provision across all of your tables in this region.*/", "getterMethodName" : "getAccountMaxWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountMaxWriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountMaxWriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountMaxWriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.*/", "setterMethodName" : "setAccountMaxWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  \n@param accountMaxWriteCapacityUnits The maximum total write capacity units that your account allows you to provision across all of your tables in this region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "accountMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum total write capacity units that your account allows you to provision across all of your tables in this region.

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TableMaxReadCapacityUnits" : { "c2jName" : "TableMaxReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableMaxReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@return The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).*/", "getterMethodName" : "getTableMaxReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableMaxReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMaxReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableMaxReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).*/", "setterMethodName" : "setTableMaxReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxReadCapacityUnits The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxReadCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum read capacity units that your account allows you to provision for a new table that you are creating in this region, including the read capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TableMaxWriteCapacityUnits" : { "c2jName" : "TableMaxWriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableMaxWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@return The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).*/", "getterMethodName" : "getTableMaxWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableMaxWriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableMaxWriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableMaxWriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).*/", "setterMethodName" : "setTableMaxWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  \n@param tableMaxWriteCapacityUnits The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableMaxWriteCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                  The maximum write capacity units that your account allows you to provision for a new table that you are creating in this region, including the write capacity units provisioned for its global secondary indexes (GSIs).

                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLimitsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLimitsResult", "variableName" : "describeLimitsResult", "variableType" : "DescribeLimitsResult", "documentation" : null, "simpleType" : "DescribeLimitsResult", "variableSetterType" : "DescribeLimitsResult" }, "wrapper" : false }, "DescribeTableRequest" : { "c2jName" : "DescribeTableInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the input of a DescribeTable operation.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTable", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.DescribeTable", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@return The name of the table to describe.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@return The name of the table to describe.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  \n@param tableName The name of the table to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the table to describe.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName" ], "shapeName" : "DescribeTableRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTableRequest", "variableName" : "describeTableRequest", "variableType" : "DescribeTableRequest", "documentation" : null, "simpleType" : "DescribeTableRequest", "variableSetterType" : "DescribeTableRequest" }, "wrapper" : false }, "DescribeTableResult" : { "c2jName" : "DescribeTableOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the output of a DescribeTable operation.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Table", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTable", "getterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@return The properties of the table.*/", "getterMethodName" : "getTable", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Table", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Table", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Table", "setterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.*/", "setterMethodName" : "setTable", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "table", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "table", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Table" : { "c2jName" : "Table", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTable", "getterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@return The properties of the table.*/", "getterMethodName" : "getTable", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Table", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Table", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Table", "setterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.*/", "setterMethodName" : "setTable", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "table", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  \n@param table The properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "table", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                  The properties of the table.

                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTableResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTableResult", "variableName" : "describeTableResult", "variableType" : "DescribeTableResult", "documentation" : null, "simpleType" : "DescribeTableResult", "variableSetterType" : "DescribeTableResult" }, "wrapper" : false }, "ExpectedAttributeValue" : { "c2jName" : "ExpectedAttributeValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents a condition to be compared with an attribute value. This condition can be used with DeleteItem, PutItem or UpdateItem operations; if the comparison evaluates to true, the operation succeeds; if not, the operation fails. You can use ExpectedAttributeValue in one of two different ways:

                                                                                                                                                                                  • Use AttributeValueList to specify one or more values to compare against an attribute. Use ComparisonOperator to specify how you want to perform the comparison. If the comparison evaluates to true, then the conditional operation succeeds.

                                                                                                                                                                                  • Use Value to specify a value that DynamoDB will compare against an attribute. If the values match, then ExpectedAttributeValue evaluates to true and the conditional operation succeeds. Optionally, you can also set Exists to false, indicating that you do not expect to find the attribute value in the table. In this case, the conditional operation succeeds only if the comparison evaluates to false.

                                                                                                                                                                                  Value and Exists are incompatible with AttributeValueList and ComparisonOperator. Note that if you use both sets of parameters at once, DynamoDB will return a ValidationException exception.

                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  \n@return Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "

                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                  ", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Exists", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                  Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                  • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                  DynamoDB returns a ValidationException if:

                                                                                                                                                                                  • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                  • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                  • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                  DynamoDB returns a ValidationException if:

                                                                                                                                                                                  • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                  • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                  \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                  • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                  The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                  DynamoDB returns a ValidationException if:

                                                                                                                                                                                  • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                  • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

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

                                                                                                                                                                                    Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                    • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                    • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                    The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                    DynamoDB returns a ValidationException if:

                                                                                                                                                                                    • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                    • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                    \n@return Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                    • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                    • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                    The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                    DynamoDB returns a ValidationException if:

                                                                                                                                                                                    • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                    • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                    • */", "getterMethodName" : "getExists", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Exists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exists", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Exists", "setterDocumentation" : "/**

                                                                                                                                                                                      Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                      • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                      • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                      The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                      DynamoDB returns a ValidationException if:

                                                                                                                                                                                      • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                      • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                      \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                      • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                      • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                      The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                      DynamoDB returns a ValidationException if:

                                                                                                                                                                                      • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                      • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                      • */", "setterMethodName" : "setExists", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                        Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                        • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                        • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                        The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                        DynamoDB returns a ValidationException if:

                                                                                                                                                                                        • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                        • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                        \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                        • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                        • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                        The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                        DynamoDB returns a ValidationException if:

                                                                                                                                                                                        • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                        • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                          Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                          • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                          • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                          The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                          DynamoDB returns a ValidationException if:

                                                                                                                                                                                          • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                          • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                          A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                          The following comparison operators are available:

                                                                                                                                                                                          EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                          The following are descriptions of each comparison operator.

                                                                                                                                                                                          • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LE : Less than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LT : Less than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GE : Greater than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GT : Greater than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                          • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                          • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                            CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                            NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                          • IN : Checks for matching elements in a list.

                                                                                                                                                                                            AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                          • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                            AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                          ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                          The following comparison operators are available:

                                                                                                                                                                                          EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                          The following are descriptions of each comparison operator.

                                                                                                                                                                                          • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LE : Less than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LT : Less than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GE : Greater than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GT : Greater than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                          • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                          • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                            CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                            NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                          • IN : Checks for matching elements in a list.

                                                                                                                                                                                            AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                          • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                            AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                          \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                          The following comparison operators are available:

                                                                                                                                                                                          EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                          The following are descriptions of each comparison operator.

                                                                                                                                                                                          • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LE : Less than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • LT : Less than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GE : Greater than or equal.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • GT : Greater than.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                          • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                          • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                            This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                          • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                            CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                            NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                          • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                          • IN : Checks for matching elements in a list.

                                                                                                                                                                                            AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                          • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                            AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "fluentSetterMethodName" : "withComparisonOperator", "getterDocumentation" : "/**

                                                                                                                                                                                            A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                            The following comparison operators are available:

                                                                                                                                                                                            EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                            The following are descriptions of each comparison operator.

                                                                                                                                                                                            • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • LE : Less than or equal.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • LT : Less than.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • GE : Greater than or equal.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • GT : Greater than.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                              This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                            • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                              This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                            • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                              CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                            • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                              NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                            • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                            • IN : Checks for matching elements in a list.

                                                                                                                                                                                              AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                            • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                              AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                            \n@return A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                            The following comparison operators are available:

                                                                                                                                                                                            EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                            The following are descriptions of each comparison operator.

                                                                                                                                                                                            • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • LE : Less than or equal.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • LT : Less than.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • GE : Greater than or equal.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • GT : Greater than.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                            • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                              This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                            • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                              This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                            • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                              CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                            • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                              NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                            • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                              AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                            • IN : Checks for matching elements in a list.

                                                                                                                                                                                              AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                            • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                              AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                            • \n@see ComparisonOperator*/", "getterMethodName" : "getComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

                                                                                                                                                                                              A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                              The following comparison operators are available:

                                                                                                                                                                                              EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                              The following are descriptions of each comparison operator.

                                                                                                                                                                                              • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • LE : Less than or equal.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • LT : Less than.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • GE : Greater than or equal.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • GT : Greater than.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                              • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                              • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                              • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                              • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                              • IN : Checks for matching elements in a list.

                                                                                                                                                                                                AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                              • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                              \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                              The following comparison operators are available:

                                                                                                                                                                                              EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                              The following are descriptions of each comparison operator.

                                                                                                                                                                                              • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • LE : Less than or equal.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • LT : Less than.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • GE : Greater than or equal.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • GT : Greater than.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                              • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                              • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                              • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                              • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                              • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                              • IN : Checks for matching elements in a list.

                                                                                                                                                                                                AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                              • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                              • \n@see ComparisonOperator*/", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                The following comparison operators are available:

                                                                                                                                                                                                EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                The following are descriptions of each comparison operator.

                                                                                                                                                                                                • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • LE : Less than or equal.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • LT : Less than.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • GE : Greater than or equal.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • GT : Greater than.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                  This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                  This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                  CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                  NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                • IN : Checks for matching elements in a list.

                                                                                                                                                                                                  AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                  AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                The following comparison operators are available:

                                                                                                                                                                                                EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                The following are descriptions of each comparison operator.

                                                                                                                                                                                                • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • LE : Less than or equal.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • LT : Less than.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • GE : Greater than or equal.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • GT : Greater than.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                  This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                  This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                  CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                  NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                  AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                • IN : Checks for matching elements in a list.

                                                                                                                                                                                                  AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                  AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                  The following comparison operators are available:

                                                                                                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LE : Less than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LT : Less than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GE : Greater than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GT : Greater than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributeValueList", "c2jShape" : "AttributeValueList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeValueList", "getterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@return One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributeValueList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeValueList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeValueList", "setterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributeValueList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValueList(java.util.Collection)} or {@link #withAttributeValueList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeValueList" : { "c2jName" : "AttributeValueList", "c2jShape" : "AttributeValueList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeValueList", "getterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@return One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributeValueList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeValueList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeValueList", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "member", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeValue", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeValue", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeValueList", "setterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributeValueList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValueList(java.util.Collection)} or {@link #withAttributeValueList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param attributeValueList One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeValueList", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  One or more values to evaluate against the supplied attribute. The number of values in the list depends on the ComparisonOperator being used.

                                                                                                                                                                                                  For type Number, value comparisons are numeric.

                                                                                                                                                                                                  String value comparisons for greater than, equals, or less than are based on ASCII character code values. For example, a is greater than A, and a is greater than B. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.

                                                                                                                                                                                                  For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values.

                                                                                                                                                                                                  For information on specifying data types in JSON, see JSON Data Format in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                  The following comparison operators are available:

                                                                                                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LE : Less than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LT : Less than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GE : Greater than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GT : Greater than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                  ", "enumType" : "ComparisonOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                  The following comparison operators are available:

                                                                                                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LE : Less than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LT : Less than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GE : Greater than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GT : Greater than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                  \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                  The following comparison operators are available:

                                                                                                                                                                                                  EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                  The following are descriptions of each comparison operator.

                                                                                                                                                                                                  • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LE : Less than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • LT : Less than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GE : Greater than or equal.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • GT : Greater than.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                  • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                  • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                    This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                  • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                    CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                    NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                  • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                    AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                  • IN : Checks for matching elements in a list.

                                                                                                                                                                                                    AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                  • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                    AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "fluentSetterMethodName" : "withComparisonOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                    A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                    The following comparison operators are available:

                                                                                                                                                                                                    EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                    The following are descriptions of each comparison operator.

                                                                                                                                                                                                    • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • LE : Less than or equal.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • LT : Less than.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • GE : Greater than or equal.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • GT : Greater than.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                      This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                    • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                      This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                    • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                      CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                    • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                      NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                    • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                    • IN : Checks for matching elements in a list.

                                                                                                                                                                                                      AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                    • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                      AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                    \n@return A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                    The following comparison operators are available:

                                                                                                                                                                                                    EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                    The following are descriptions of each comparison operator.

                                                                                                                                                                                                    • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • LE : Less than or equal.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • LT : Less than.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • GE : Greater than or equal.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • GT : Greater than.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                    • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                      This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                    • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                      This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                    • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                      CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                    • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                      NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                    • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                      AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                    • IN : Checks for matching elements in a list.

                                                                                                                                                                                                      AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                    • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                      AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                    • \n@see ComparisonOperator*/", "getterMethodName" : "getComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ComparisonOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ComparisonOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                      A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                      The following comparison operators are available:

                                                                                                                                                                                                      EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                      The following are descriptions of each comparison operator.

                                                                                                                                                                                                      • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • LE : Less than or equal.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • LT : Less than.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • GE : Greater than or equal.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • GT : Greater than.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                        This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                      • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                        This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                      • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                        CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                      • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                        NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                      • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                      • IN : Checks for matching elements in a list.

                                                                                                                                                                                                        AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                      • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                        AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                      \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                      The following comparison operators are available:

                                                                                                                                                                                                      EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                      The following are descriptions of each comparison operator.

                                                                                                                                                                                                      • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • LE : Less than or equal.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • LT : Less than.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • GE : Greater than or equal.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • GT : Greater than.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                      • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                        This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                      • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                        This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                      • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                        CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                      • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                        NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                      • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                        AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                      • IN : Checks for matching elements in a list.

                                                                                                                                                                                                        AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                      • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                        AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                      • \n@see ComparisonOperator*/", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                        The following comparison operators are available:

                                                                                                                                                                                                        EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                        The following are descriptions of each comparison operator.

                                                                                                                                                                                                        • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • LE : Less than or equal.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • LT : Less than.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • GE : Greater than or equal.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • GT : Greater than.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                          This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                        • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                          This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                        • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                          CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                        • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                          NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                        • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                        • IN : Checks for matching elements in a list.

                                                                                                                                                                                                          AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                        • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                          AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                        \n@param comparisonOperator A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                        The following comparison operators are available:

                                                                                                                                                                                                        EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                        The following are descriptions of each comparison operator.

                                                                                                                                                                                                        • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • LE : Less than or equal.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • LT : Less than.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • GE : Greater than or equal.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • GT : Greater than.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                        • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                          This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                        • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                          This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                        • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                          CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                        • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                          NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                        • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                          AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                        • IN : Checks for matching elements in a list.

                                                                                                                                                                                                          AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                        • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                          AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                          A comparator for evaluating attributes in the AttributeValueList. For example, equals, greater than, less than, etc.

                                                                                                                                                                                                          The following comparison operators are available:

                                                                                                                                                                                                          EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN

                                                                                                                                                                                                          The following are descriptions of each comparison operator.

                                                                                                                                                                                                          • EQ : Equal. EQ is supported for all data types, including lists and maps.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • NE : Not equal. NE is supported for all data types, including lists and maps.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, Binary, String Set, Number Set, or Binary Set. If an item contains an AttributeValue of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not equal {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • LE : Less than or equal.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • LT : Less than.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • GE : Greater than or equal.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • GT : Greater than.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not equal {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}.

                                                                                                                                                                                                          • NOT_NULL : The attribute exists. NOT_NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                            This operator tests for the existence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NOT_NULL, the result is a Boolean true. This result is because the attribute \"a\" exists; its data type is not relevant to the NOT_NULL comparison operator.

                                                                                                                                                                                                          • NULL : The attribute does not exist. NULL is supported for all data types, including lists and maps.

                                                                                                                                                                                                            This operator tests for the nonexistence of an attribute, not its data type. If the data type of attribute \"a\" is null, and you evaluate it using NULL, the result is a Boolean false. This is because the attribute \"a\" exists; its data type is not relevant to the NULL comparison operator.

                                                                                                                                                                                                          • CONTAINS : Checks for a subsequence, or value in a set.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is of type String, then the operator checks for a substring match. If the target attribute of the comparison is of type Binary, then the operator looks for a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it finds an exact match with any member of the set.

                                                                                                                                                                                                            CONTAINS is supported for lists: When evaluating \"a CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                          • NOT_CONTAINS : Checks for absence of a subsequence, or absence of a value in a set.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue element of type String, Number, or Binary (not a set type). If the target attribute of the comparison is a String, then the operator checks for the absence of a substring match. If the target attribute of the comparison is Binary, then the operator checks for the absence of a subsequence of the target that matches the input. If the target attribute of the comparison is a set (\"SS\", \"NS\", or \"BS\"), then the operator evaluates to true if it does not find an exact match with any member of the set.

                                                                                                                                                                                                            NOT_CONTAINS is supported for lists: When evaluating \"a NOT CONTAINS b\", \"a\" can be a list; however, \"b\" cannot be a set, a map, or a list.

                                                                                                                                                                                                          • BEGINS_WITH : Checks for a prefix.

                                                                                                                                                                                                            AttributeValueList can contain only one AttributeValue of type String or Binary (not a Number or a set type). The target attribute of the comparison must be of type String or Binary (not a Number or a set type).

                                                                                                                                                                                                          • IN : Checks for matching elements in a list.

                                                                                                                                                                                                            AttributeValueList can contain one or more AttributeValue elements of type String, Number, or Binary. These attributes are compared against an existing attribute of an item. If any elements of the input are equal to the item attribute, the expression evaluates to true.

                                                                                                                                                                                                          • BETWEEN : Greater than or equal to the first value, and less than or equal to the second value.

                                                                                                                                                                                                            AttributeValueList must contain two AttributeValue elements of the same type, either String, Number, or Binary (not a set type). A target attribute matches if the target value is greater than, or equal to, the first element and less than, or equal to, the second element. If an item contains an AttributeValue element of a different type than the one provided in the request, the value does not match. For example, {\"S\":\"6\"} does not compare to {\"N\":\"6\"}. Also, {\"N\":\"6\"} does not compare to {\"NS\":[\"6\", \"2\", \"1\"]}

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Exists" : { "c2jName" : "Exists", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                          Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                          • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                          DynamoDB returns a ValidationException if:

                                                                                                                                                                                                          • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                          • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                          • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                          DynamoDB returns a ValidationException if:

                                                                                                                                                                                                          • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                          • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                          \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                          • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                          The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                          DynamoDB returns a ValidationException if:

                                                                                                                                                                                                          • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                          • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

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

                                                                                                                                                                                                            Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                            • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                            • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                            The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                            DynamoDB returns a ValidationException if:

                                                                                                                                                                                                            • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                            • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                            \n@return Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                            • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                            • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                            The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                            DynamoDB returns a ValidationException if:

                                                                                                                                                                                                            • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                            • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                            • */", "getterMethodName" : "getExists", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Exists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Exists", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Exists", "setterDocumentation" : "/**

                                                                                                                                                                                                              Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                              • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                              • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                              The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                              DynamoDB returns a ValidationException if:

                                                                                                                                                                                                              • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                              • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                              \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                              • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                              • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                              The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                              DynamoDB returns a ValidationException if:

                                                                                                                                                                                                              • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                              • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                              • */", "setterMethodName" : "setExists", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                                • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                                DynamoDB returns a ValidationException if:

                                                                                                                                                                                                                • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                                • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                                \n@param exists Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                                • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                                DynamoDB returns a ValidationException if:

                                                                                                                                                                                                                • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                                • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "exists", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                  Causes DynamoDB to evaluate the value before attempting a conditional operation:

                                                                                                                                                                                                                  • If Exists is true, DynamoDB will check to see if that attribute value already exists in the table. If it is found, then the operation succeeds. If it is not found, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                  • If Exists is false, DynamoDB assumes that the attribute value does not exist in the table. If in fact the value does not exist, then the assumption is valid and the operation succeeds. If the value is found, despite the assumption that it does not exist, the operation fails with a ConditionalCheckFailedException.

                                                                                                                                                                                                                  The default setting for Exists is true. If you supply a Value all by itself, DynamoDB assumes the attribute exists: You don't have to set Exists to true, because it is implied.

                                                                                                                                                                                                                  DynamoDB returns a ValidationException if:

                                                                                                                                                                                                                  • Exists is true but there is no Value to check. (You expect a value to exist, but don't specify what that value is.)

                                                                                                                                                                                                                  • Exists is false but you also provide a Value. (You cannot expect an attribute to have a value, while also expecting it not to exist.)

                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param value Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "

                                                                                                                                                                                                                  Represents the data for the expected attribute.

                                                                                                                                                                                                                  Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.

                                                                                                                                                                                                                  For more information, see Data Types in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExpectedAttributeValue", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "expectedAttributeValue", "variableType" : "ExpectedAttributeValue", "documentation" : null, "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "wrapper" : false }, "GetItemRequest" : { "c2jName" : "GetItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the input of a GetItem operation.

                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.GetItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@return The name of the table containing the requested item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@return Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributesToGet" : { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConsistentRead" : { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@return Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Key" : { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  \n@param key A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ProjectionExpression" : { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@return The name of the table containing the requested item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the table containing the requested item.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName", "Key" ], "shapeName" : "GetItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetItemRequest", "variableName" : "getItemRequest", "variableType" : "GetItemRequest", "documentation" : null, "simpleType" : "GetItemRequest", "variableSetterType" : "GetItemRequest" }, "wrapper" : false }, "GetItemResult" : { "c2jName" : "GetItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the output of a GetItem operation.

                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Item", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                  The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "Item" : { "c2jName" : "Item", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@return A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  \n@param item A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                  A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetItemResult", "variableName" : "getItemResult", "variableType" : "GetItemResult", "documentation" : null, "simpleType" : "GetItemResult", "variableSetterType" : "GetItemResult" }, "wrapper" : false }, "GlobalSecondaryIndex" : { "c2jName" : "GlobalSecondaryIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the properties of a global secondary index.

                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@return The name of the global secondary index. The name must be unique among all other indexes on this table.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@return The name of the global secondary index. The name must be unique among all other indexes on this table.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Projection" : { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexName", "KeySchema", "Projection", "ProvisionedThroughput" ], "shapeName" : "GlobalSecondaryIndex", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GlobalSecondaryIndex", "variableName" : "globalSecondaryIndex", "variableType" : "GlobalSecondaryIndex", "documentation" : null, "simpleType" : "GlobalSecondaryIndex", "variableSetterType" : "GlobalSecondaryIndex" }, "wrapper" : false }, "GlobalSecondaryIndexDescription" : { "c2jName" : "GlobalSecondaryIndexDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents the properties of a global secondary index.

                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  \n@return The name of the global secondary index.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                  The name of the global secondary index.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexStatus", "c2jShape" : "IndexStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                  The current state of the global secondary index:

                                                                                                                                                                                                                  • CREATING - The index is being created.

                                                                                                                                                                                                                  • UPDATING - The index is being updated.

                                                                                                                                                                                                                  • DELETING - The index is being deleted.

                                                                                                                                                                                                                  • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                  ", "enumType" : "IndexStatus", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The current state of the global secondary index:

                                                                                                                                                                                                                  • CREATING - The index is being created.

                                                                                                                                                                                                                  • UPDATING - The index is being updated.

                                                                                                                                                                                                                  • DELETING - The index is being deleted.

                                                                                                                                                                                                                  • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                  \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                  • CREATING - The index is being created.

                                                                                                                                                                                                                  • UPDATING - The index is being updated.

                                                                                                                                                                                                                  • DELETING - The index is being deleted.

                                                                                                                                                                                                                  • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexStatus*/", "fluentSetterMethodName" : "withIndexStatus", "getterDocumentation" : "/**

                                                                                                                                                                                                                    The current state of the global secondary index:

                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                    \n@return The current state of the global secondary index:

                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                    • \n@see IndexStatus*/", "getterMethodName" : "getIndexStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexStatus", "setterDocumentation" : "/**

                                                                                                                                                                                                                      The current state of the global secondary index:

                                                                                                                                                                                                                      • CREATING - The index is being created.

                                                                                                                                                                                                                      • UPDATING - The index is being updated.

                                                                                                                                                                                                                      • DELETING - The index is being deleted.

                                                                                                                                                                                                                      • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                      \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                      • CREATING - The index is being created.

                                                                                                                                                                                                                      • UPDATING - The index is being updated.

                                                                                                                                                                                                                      • DELETING - The index is being deleted.

                                                                                                                                                                                                                      • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                      • \n@see IndexStatus*/", "setterMethodName" : "setIndexStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                        The current state of the global secondary index:

                                                                                                                                                                                                                        • CREATING - The index is being created.

                                                                                                                                                                                                                        • UPDATING - The index is being updated.

                                                                                                                                                                                                                        • DELETING - The index is being deleted.

                                                                                                                                                                                                                        • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                        \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                        • CREATING - The index is being created.

                                                                                                                                                                                                                        • UPDATING - The index is being updated.

                                                                                                                                                                                                                        • DELETING - The index is being deleted.

                                                                                                                                                                                                                        • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The current state of the global secondary index:

                                                                                                                                                                                                                          • CREATING - The index is being created.

                                                                                                                                                                                                                          • UPDATING - The index is being updated.

                                                                                                                                                                                                                          • DELETING - The index is being deleted.

                                                                                                                                                                                                                          • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Backfilling", "c2jShape" : "Backfilling", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

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

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@return Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          */", "getterMethodName" : "getBackfilling", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Backfilling", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Backfilling", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Backfilling", "setterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          */", "setterMethodName" : "setBackfilling", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "backfilling", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "backfilling", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughputDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "

                                                                                                                                                                                                                          Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                          For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                          ", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@return The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getIndexSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setIndexSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@return The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "getterMethodName" : "getIndexArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "setterMethodName" : "setIndexArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Backfilling" : { "c2jName" : "Backfilling", "c2jShape" : "Backfilling", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

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

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@return Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          */", "getterMethodName" : "getBackfilling", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Backfilling", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Backfilling", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Backfilling", "setterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          */", "setterMethodName" : "setBackfilling", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "backfilling", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@param backfilling Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "backfilling", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          Indicates whether the index is currently backfilling. Backfilling is the process of reading items from the table and determining whether they can be added to the index. (Not all items will qualify: For example, a partition key cannot have any duplicate values.) If an item can be added to the index, DynamoDB will do so. After all items have been processed, the backfilling operation is complete and Backfilling is false.

                                                                                                                                                                                                                          For indexes that were created during a CreateTable operation, the Backfilling attribute does not appear in the DescribeTable output.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "IndexArn" : { "c2jName" : "IndexArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "getterMethodName" : "getIndexArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "setterMethodName" : "setIndexArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          \n@param indexName The name of the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          \n@return The name of the global secondary index.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          \n@param indexName The name of the global secondary index.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          \n@param indexName The name of the global secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The name of the global secondary index.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexSizeBytes" : { "c2jName" : "IndexSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@return The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getIndexSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setIndexSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                          The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "IndexStatus" : { "c2jName" : "IndexStatus", "c2jShape" : "IndexStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The current state of the global secondary index:

                                                                                                                                                                                                                          • CREATING - The index is being created.

                                                                                                                                                                                                                          • UPDATING - The index is being updated.

                                                                                                                                                                                                                          • DELETING - The index is being deleted.

                                                                                                                                                                                                                          • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                          ", "enumType" : "IndexStatus", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The current state of the global secondary index:

                                                                                                                                                                                                                          • CREATING - The index is being created.

                                                                                                                                                                                                                          • UPDATING - The index is being updated.

                                                                                                                                                                                                                          • DELETING - The index is being deleted.

                                                                                                                                                                                                                          • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                          \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                          • CREATING - The index is being created.

                                                                                                                                                                                                                          • UPDATING - The index is being updated.

                                                                                                                                                                                                                          • DELETING - The index is being deleted.

                                                                                                                                                                                                                          • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexStatus*/", "fluentSetterMethodName" : "withIndexStatus", "getterDocumentation" : "/**

                                                                                                                                                                                                                            The current state of the global secondary index:

                                                                                                                                                                                                                            • CREATING - The index is being created.

                                                                                                                                                                                                                            • UPDATING - The index is being updated.

                                                                                                                                                                                                                            • DELETING - The index is being deleted.

                                                                                                                                                                                                                            • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                            \n@return The current state of the global secondary index:

                                                                                                                                                                                                                            • CREATING - The index is being created.

                                                                                                                                                                                                                            • UPDATING - The index is being updated.

                                                                                                                                                                                                                            • DELETING - The index is being deleted.

                                                                                                                                                                                                                            • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                            • \n@see IndexStatus*/", "getterMethodName" : "getIndexStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexStatus", "setterDocumentation" : "/**

                                                                                                                                                                                                                              The current state of the global secondary index:

                                                                                                                                                                                                                              • CREATING - The index is being created.

                                                                                                                                                                                                                              • UPDATING - The index is being updated.

                                                                                                                                                                                                                              • DELETING - The index is being deleted.

                                                                                                                                                                                                                              • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                              \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                              • CREATING - The index is being created.

                                                                                                                                                                                                                              • UPDATING - The index is being updated.

                                                                                                                                                                                                                              • DELETING - The index is being deleted.

                                                                                                                                                                                                                              • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                              • \n@see IndexStatus*/", "setterMethodName" : "setIndexStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                The current state of the global secondary index:

                                                                                                                                                                                                                                • CREATING - The index is being created.

                                                                                                                                                                                                                                • UPDATING - The index is being updated.

                                                                                                                                                                                                                                • DELETING - The index is being deleted.

                                                                                                                                                                                                                                • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                \n@param indexStatus The current state of the global secondary index:

                                                                                                                                                                                                                                • CREATING - The index is being created.

                                                                                                                                                                                                                                • UPDATING - The index is being updated.

                                                                                                                                                                                                                                • DELETING - The index is being deleted.

                                                                                                                                                                                                                                • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current state of the global secondary index:

                                                                                                                                                                                                                                  • CREATING - The index is being created.

                                                                                                                                                                                                                                  • UPDATING - The index is being updated.

                                                                                                                                                                                                                                  • DELETING - The index is being deleted.

                                                                                                                                                                                                                                  • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ItemCount" : { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  \n@return The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  \n@return The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                  The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Projection" : { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughputDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "

                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GlobalSecondaryIndexDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexDescription", "variableName" : "globalSecondaryIndexDescription", "variableType" : "GlobalSecondaryIndexDescription", "documentation" : null, "simpleType" : "GlobalSecondaryIndexDescription", "variableSetterType" : "GlobalSecondaryIndexDescription" }, "wrapper" : false }, "GlobalSecondaryIndexUpdate" : { "c2jName" : "GlobalSecondaryIndexUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  Represents one of the following:

                                                                                                                                                                                                                                  • A new global secondary index to be added to an existing table.

                                                                                                                                                                                                                                  • New provisioned throughput parameters for an existing global secondary index.

                                                                                                                                                                                                                                  • An existing global secondary index to be removed from an existing table.

                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Update", "c2jShape" : "UpdateGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdate", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  \n@return The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.*/", "getterMethodName" : "getUpdate", "getterModel" : { "returnType" : "UpdateGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Update", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Update", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Update", "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.*/", "setterMethodName" : "setUpdate", "setterModel" : { "variableDeclarationType" : "UpdateGlobalSecondaryIndexAction", "variableName" : "update", "variableType" : "UpdateGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "UpdateGlobalSecondaryIndexAction", "variableSetterType" : "UpdateGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "UpdateGlobalSecondaryIndexAction", "variableName" : "update", "variableType" : "UpdateGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                  ", "simpleType" : "UpdateGlobalSecondaryIndexAction", "variableSetterType" : "UpdateGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Create", "c2jShape" : "CreateGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                  The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                  • IndexName

                                                                                                                                                                                                                                  • KeySchema

                                                                                                                                                                                                                                  • AttributeDefinitions

                                                                                                                                                                                                                                  • Projection

                                                                                                                                                                                                                                  • ProvisionedThroughput

                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                  • IndexName

                                                                                                                                                                                                                                  • KeySchema

                                                                                                                                                                                                                                  • AttributeDefinitions

                                                                                                                                                                                                                                  • Projection

                                                                                                                                                                                                                                  • ProvisionedThroughput

                                                                                                                                                                                                                                  \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                  • IndexName

                                                                                                                                                                                                                                  • KeySchema

                                                                                                                                                                                                                                  • AttributeDefinitions

                                                                                                                                                                                                                                  • Projection

                                                                                                                                                                                                                                  • ProvisionedThroughput

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

                                                                                                                                                                                                                                    The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                    • IndexName

                                                                                                                                                                                                                                    • KeySchema

                                                                                                                                                                                                                                    • AttributeDefinitions

                                                                                                                                                                                                                                    • Projection

                                                                                                                                                                                                                                    • ProvisionedThroughput

                                                                                                                                                                                                                                    \n@return The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                    • IndexName

                                                                                                                                                                                                                                    • KeySchema

                                                                                                                                                                                                                                    • AttributeDefinitions

                                                                                                                                                                                                                                    • Projection

                                                                                                                                                                                                                                    • ProvisionedThroughput

                                                                                                                                                                                                                                    • */", "getterMethodName" : "getCreate", "getterModel" : { "returnType" : "CreateGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Create", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Create", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Create", "setterDocumentation" : "/**

                                                                                                                                                                                                                                      The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                      • IndexName

                                                                                                                                                                                                                                      • KeySchema

                                                                                                                                                                                                                                      • AttributeDefinitions

                                                                                                                                                                                                                                      • Projection

                                                                                                                                                                                                                                      • ProvisionedThroughput

                                                                                                                                                                                                                                      \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                      • IndexName

                                                                                                                                                                                                                                      • KeySchema

                                                                                                                                                                                                                                      • AttributeDefinitions

                                                                                                                                                                                                                                      • Projection

                                                                                                                                                                                                                                      • ProvisionedThroughput

                                                                                                                                                                                                                                      • */", "setterMethodName" : "setCreate", "setterModel" : { "variableDeclarationType" : "CreateGlobalSecondaryIndexAction", "variableName" : "create", "variableType" : "CreateGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "CreateGlobalSecondaryIndexAction", "variableSetterType" : "CreateGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                        The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                        • IndexName

                                                                                                                                                                                                                                        • KeySchema

                                                                                                                                                                                                                                        • AttributeDefinitions

                                                                                                                                                                                                                                        • Projection

                                                                                                                                                                                                                                        • ProvisionedThroughput

                                                                                                                                                                                                                                        \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                        • IndexName

                                                                                                                                                                                                                                        • KeySchema

                                                                                                                                                                                                                                        • AttributeDefinitions

                                                                                                                                                                                                                                        • Projection

                                                                                                                                                                                                                                        • ProvisionedThroughput

                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CreateGlobalSecondaryIndexAction", "variableName" : "create", "variableType" : "CreateGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                          The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                          • IndexName

                                                                                                                                                                                                                                          • KeySchema

                                                                                                                                                                                                                                          • AttributeDefinitions

                                                                                                                                                                                                                                          • Projection

                                                                                                                                                                                                                                          • ProvisionedThroughput

                                                                                                                                                                                                                                          ", "simpleType" : "CreateGlobalSecondaryIndexAction", "variableSetterType" : "CreateGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Delete", "c2jShape" : "DeleteGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          \n@param delete The name of an existing global secondary index to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDelete", "getterDocumentation" : "/**

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          \n@return The name of an existing global secondary index to be removed.*/", "getterMethodName" : "getDelete", "getterModel" : { "returnType" : "DeleteGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Delete", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Delete", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Delete", "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          \n@param delete The name of an existing global secondary index to be removed.*/", "setterMethodName" : "setDelete", "setterModel" : { "variableDeclarationType" : "DeleteGlobalSecondaryIndexAction", "variableName" : "delete", "variableType" : "DeleteGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "DeleteGlobalSecondaryIndexAction", "variableSetterType" : "DeleteGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          \n@param delete The name of an existing global secondary index to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteGlobalSecondaryIndexAction", "variableName" : "delete", "variableType" : "DeleteGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                          The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                          ", "simpleType" : "DeleteGlobalSecondaryIndexAction", "variableSetterType" : "DeleteGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Create" : { "c2jName" : "Create", "c2jShape" : "CreateGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                          The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                          • IndexName

                                                                                                                                                                                                                                          • KeySchema

                                                                                                                                                                                                                                          • AttributeDefinitions

                                                                                                                                                                                                                                          • Projection

                                                                                                                                                                                                                                          • ProvisionedThroughput

                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                          The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                          • IndexName

                                                                                                                                                                                                                                          • KeySchema

                                                                                                                                                                                                                                          • AttributeDefinitions

                                                                                                                                                                                                                                          • Projection

                                                                                                                                                                                                                                          • ProvisionedThroughput

                                                                                                                                                                                                                                          \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                          • IndexName

                                                                                                                                                                                                                                          • KeySchema

                                                                                                                                                                                                                                          • AttributeDefinitions

                                                                                                                                                                                                                                          • Projection

                                                                                                                                                                                                                                          • ProvisionedThroughput

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

                                                                                                                                                                                                                                            The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                            • IndexName

                                                                                                                                                                                                                                            • KeySchema

                                                                                                                                                                                                                                            • AttributeDefinitions

                                                                                                                                                                                                                                            • Projection

                                                                                                                                                                                                                                            • ProvisionedThroughput

                                                                                                                                                                                                                                            \n@return The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                            • IndexName

                                                                                                                                                                                                                                            • KeySchema

                                                                                                                                                                                                                                            • AttributeDefinitions

                                                                                                                                                                                                                                            • Projection

                                                                                                                                                                                                                                            • ProvisionedThroughput

                                                                                                                                                                                                                                            • */", "getterMethodName" : "getCreate", "getterModel" : { "returnType" : "CreateGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Create", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Create", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Create", "setterDocumentation" : "/**

                                                                                                                                                                                                                                              The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                              • IndexName

                                                                                                                                                                                                                                              • KeySchema

                                                                                                                                                                                                                                              • AttributeDefinitions

                                                                                                                                                                                                                                              • Projection

                                                                                                                                                                                                                                              • ProvisionedThroughput

                                                                                                                                                                                                                                              \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                              • IndexName

                                                                                                                                                                                                                                              • KeySchema

                                                                                                                                                                                                                                              • AttributeDefinitions

                                                                                                                                                                                                                                              • Projection

                                                                                                                                                                                                                                              • ProvisionedThroughput

                                                                                                                                                                                                                                              • */", "setterMethodName" : "setCreate", "setterModel" : { "variableDeclarationType" : "CreateGlobalSecondaryIndexAction", "variableName" : "create", "variableType" : "CreateGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "CreateGlobalSecondaryIndexAction", "variableSetterType" : "CreateGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                                • IndexName

                                                                                                                                                                                                                                                • KeySchema

                                                                                                                                                                                                                                                • AttributeDefinitions

                                                                                                                                                                                                                                                • Projection

                                                                                                                                                                                                                                                • ProvisionedThroughput

                                                                                                                                                                                                                                                \n@param create The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                                • IndexName

                                                                                                                                                                                                                                                • KeySchema

                                                                                                                                                                                                                                                • AttributeDefinitions

                                                                                                                                                                                                                                                • Projection

                                                                                                                                                                                                                                                • ProvisionedThroughput

                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "CreateGlobalSecondaryIndexAction", "variableName" : "create", "variableType" : "CreateGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                                  The parameters required for creating a global secondary index on an existing table:

                                                                                                                                                                                                                                                  • IndexName

                                                                                                                                                                                                                                                  • KeySchema

                                                                                                                                                                                                                                                  • AttributeDefinitions

                                                                                                                                                                                                                                                  • Projection

                                                                                                                                                                                                                                                  • ProvisionedThroughput

                                                                                                                                                                                                                                                  ", "simpleType" : "CreateGlobalSecondaryIndexAction", "variableSetterType" : "CreateGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null }, "Delete" : { "c2jName" : "Delete", "c2jShape" : "DeleteGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  \n@param delete The name of an existing global secondary index to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDelete", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  \n@return The name of an existing global secondary index to be removed.*/", "getterMethodName" : "getDelete", "getterModel" : { "returnType" : "DeleteGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Delete", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Delete", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Delete", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  \n@param delete The name of an existing global secondary index to be removed.*/", "setterMethodName" : "setDelete", "setterModel" : { "variableDeclarationType" : "DeleteGlobalSecondaryIndexAction", "variableName" : "delete", "variableType" : "DeleteGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "DeleteGlobalSecondaryIndexAction", "variableSetterType" : "DeleteGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  \n@param delete The name of an existing global secondary index to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteGlobalSecondaryIndexAction", "variableName" : "delete", "variableType" : "DeleteGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                                  The name of an existing global secondary index to be removed.

                                                                                                                                                                                                                                                  ", "simpleType" : "DeleteGlobalSecondaryIndexAction", "variableSetterType" : "DeleteGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null }, "Update" : { "c2jName" : "Update", "c2jShape" : "UpdateGlobalSecondaryIndexAction", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdate", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  \n@return The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.*/", "getterMethodName" : "getUpdate", "getterModel" : { "returnType" : "UpdateGlobalSecondaryIndexAction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Update", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Update", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Update", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.*/", "setterMethodName" : "setUpdate", "setterModel" : { "variableDeclarationType" : "UpdateGlobalSecondaryIndexAction", "variableName" : "update", "variableType" : "UpdateGlobalSecondaryIndexAction", "documentation" : "", "simpleType" : "UpdateGlobalSecondaryIndexAction", "variableSetterType" : "UpdateGlobalSecondaryIndexAction" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  \n@param update The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "UpdateGlobalSecondaryIndexAction", "variableName" : "update", "variableType" : "UpdateGlobalSecondaryIndexAction", "documentation" : "

                                                                                                                                                                                                                                                  The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.

                                                                                                                                                                                                                                                  ", "simpleType" : "UpdateGlobalSecondaryIndexAction", "variableSetterType" : "UpdateGlobalSecondaryIndexAction" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GlobalSecondaryIndexUpdate", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexUpdate", "variableName" : "globalSecondaryIndexUpdate", "variableType" : "GlobalSecondaryIndexUpdate", "documentation" : null, "simpleType" : "GlobalSecondaryIndexUpdate", "variableSetterType" : "GlobalSecondaryIndexUpdate" }, "wrapper" : false }, "IndexStatus" : { "c2jName" : "IndexStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "UPDATING", "value" : "UPDATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "ACTIVE", "value" : "ACTIVE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexStatus", "variableName" : "indexStatus", "variableType" : "IndexStatus", "documentation" : null, "simpleType" : "IndexStatus", "variableSetterType" : "IndexStatus" }, "wrapper" : false }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An error occurred on the server side.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "InternalServerError", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServerErrorException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerErrorException", "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "wrapper" : false }, "ItemCollectionMetrics" : { "c2jName" : "ItemCollectionMetrics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the operation. ItemCollectionMetrics is only returned if the request asked for it. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ItemCollectionKey", "c2jShape" : "ItemCollectionKeyAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCollectionKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@return The partition key value of the item collection. This value is the same as the partition key value of the item.*/", "getterMethodName" : "getItemCollectionKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ItemCollectionKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.*/", "setterMethodName" : "setItemCollectionKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "itemCollectionKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "itemCollectionKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SizeEstimateRangeGB", "c2jShape" : "ItemCollectionSizeEstimateRange", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSizeEstimateRangeGB", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@return An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.*/", "getterMethodName" : "getSizeEstimateRangeGB", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SizeEstimateRangeGB", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizeEstimateRangeGB", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ItemCollectionSizeEstimateBound", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "member", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "member", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Double", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "Double", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SizeEstimateRangeGB", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.*/", "setterMethodName" : "setSizeEstimateRangeGB", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sizeEstimateRangeGB", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeEstimateRangeGB(java.util.Collection)} or {@link #withSizeEstimateRangeGB(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sizeEstimateRangeGB", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ItemCollectionKey" : { "c2jName" : "ItemCollectionKey", "c2jShape" : "ItemCollectionKeyAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCollectionKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@return The partition key value of the item collection. This value is the same as the partition key value of the item.*/", "getterMethodName" : "getItemCollectionKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ItemCollectionKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.*/", "setterMethodName" : "setItemCollectionKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "itemCollectionKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  \n@param itemCollectionKey The partition key value of the item collection. This value is the same as the partition key value of the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "itemCollectionKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                  The partition key value of the item collection. This value is the same as the partition key value of the item.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "SizeEstimateRangeGB" : { "c2jName" : "SizeEstimateRangeGB", "c2jShape" : "ItemCollectionSizeEstimateRange", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSizeEstimateRangeGB", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@return An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.*/", "getterMethodName" : "getSizeEstimateRangeGB", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SizeEstimateRangeGB", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizeEstimateRangeGB", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ItemCollectionSizeEstimateBound", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "member", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "member", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Double", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "Double", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SizeEstimateRangeGB", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.*/", "setterMethodName" : "setSizeEstimateRangeGB", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sizeEstimateRangeGB", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSizeEstimateRangeGB(java.util.Collection)} or {@link #withSizeEstimateRangeGB(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param sizeEstimateRangeGB An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sizeEstimateRangeGB", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ItemCollectionMetrics", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : null, "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "wrapper" : false }, "ItemCollectionSizeLimitExceededException" : { "c2jName" : "ItemCollectionSizeLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ItemCollectionSizeLimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ItemCollectionSizeLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ItemCollectionSizeLimitExceededException", "variableName" : "itemCollectionSizeLimitExceededException", "variableType" : "ItemCollectionSizeLimitExceededException", "documentation" : null, "simpleType" : "ItemCollectionSizeLimitExceededException", "variableSetterType" : "ItemCollectionSizeLimitExceededException" }, "wrapper" : false }, "KeySchemaElement" : { "c2jName" : "KeySchemaElement", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents a single element of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.

                                                                                                                                                                                                                                                  A KeySchemaElement represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one KeySchemaElement (for the partition key). A composite primary key would require one KeySchemaElement for the partition key, and another KeySchemaElement for the sort key.

                                                                                                                                                                                                                                                  A KeySchemaElement must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@return The name of a key attribute.*/", "getterMethodName" : "getAttributeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.*/", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeyType", "c2jShape" : "KeyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : "KeyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/", "fluentSetterMethodName" : "withKeyType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@see KeyType*/", "getterMethodName" : "getKeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@see KeyType*/", "setterMethodName" : "setKeyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeName" : { "c2jName" : "AttributeName", "c2jShape" : "KeySchemaAttributeName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@return The name of a key attribute.*/", "getterMethodName" : "getAttributeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AttributeName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.*/", "setterMethodName" : "setAttributeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  \n@param attributeName The name of a key attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "attributeName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of a key attribute.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyType" : { "c2jName" : "KeyType", "c2jShape" : "KeyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : "KeyType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/", "fluentSetterMethodName" : "withKeyType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@see KeyType*/", "getterMethodName" : "getKeyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@see KeyType*/", "setterMethodName" : "setKeyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keyType The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The role that this key attribute will assume:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AttributeName", "KeyType" ], "shapeName" : "KeySchemaElement", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "keySchemaElement", "variableType" : "KeySchemaElement", "documentation" : null, "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "wrapper" : false }, "KeyType" : { "c2jName" : "KeyType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "HASH", "value" : "HASH" }, { "name" : "RANGE", "value" : "RANGE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KeyType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyType", "variableName" : "keyType", "variableType" : "KeyType", "documentation" : null, "simpleType" : "KeyType", "variableSetterType" : "KeyType" }, "wrapper" : false }, "KeysAndAttributes" : { "c2jName" : "KeysAndAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents a set of primary keys and, for each key, the attributes to retrieve from the table.

                                                                                                                                                                                                                                                  For each primary key, you must provide all of the key attributes. For example, with a simple primary key, you only need to provide the partition key. For a composite primary key, you must provide both the partition key and the sort key.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Keys", "c2jShape" : "KeyList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeys", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@return The primary key attribute values that define the items and the attributes associated with the items.*/", "getterMethodName" : "getKeys", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Keys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Keys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Key", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Keys", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.*/", "setterMethodName" : "setKeys", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "keys", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeys(java.util.Collection)} or {@link #withKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "keys", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@return The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributesToGet" : { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConsistentRead" : { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@return The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  \n@param consistentRead The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Keys" : { "c2jName" : "Keys", "c2jShape" : "KeyList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeys", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@return The primary key attribute values that define the items and the attributes associated with the items.*/", "getterMethodName" : "getKeys", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Keys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Keys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Key", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Keys", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.*/", "setterMethodName" : "setKeys", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "keys", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeys(java.util.Collection)} or {@link #withKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keys The primary key attribute values that define the items and the attributes associated with the items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "keys", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                  The primary key attribute values that define the items and the attributes associated with the items.

                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "ProjectionExpression" : { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression must be separated by commas.

                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Keys" ], "shapeName" : "KeysAndAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeysAndAttributes", "variableName" : "keysAndAttributes", "variableType" : "KeysAndAttributes", "documentation" : null, "simpleType" : "KeysAndAttributes", "variableSetterType" : "KeysAndAttributes" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The number of concurrent table requests (cumulative number of tables in the CREATING, DELETING or UPDATING state) exceeds the maximum allowed of 10.

                                                                                                                                                                                                                                                  Also, for tables with secondary indexes, only one of those tables can be in the CREATING state at any point in time. Do not attempt to create more than one such table simultaneously.

                                                                                                                                                                                                                                                  The total limit of tables in the ACTIVE state is 250.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListTablesRequest" : { "c2jName" : "ListTablesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the input of a ListTables operation.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTables", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.ListTables", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ExclusiveStartTableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@return The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.*/", "getterMethodName" : "getExclusiveStartTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartTableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartTableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.*/", "setterMethodName" : "setExclusiveStartTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "ListTablesInputLimit", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@return A maximum number of table names to return. If this parameter is not specified, the limit is 100.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExclusiveStartTableName" : { "c2jName" : "ExclusiveStartTableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@return The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.*/", "getterMethodName" : "getExclusiveStartTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartTableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartTableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExclusiveStartTableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.*/", "setterMethodName" : "setExclusiveStartTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param exclusiveStartTableName The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exclusiveStartTableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "ListTablesInputLimit", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@return A maximum number of table names to return. If this parameter is not specified, the limit is 100.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  \n@param limit A maximum number of table names to return. If this parameter is not specified, the limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  A maximum number of table names to return. If this parameter is not specified, the limit is 100.

                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTablesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTablesRequest", "variableName" : "listTablesRequest", "variableType" : "ListTablesRequest", "documentation" : null, "simpleType" : "ListTablesRequest", "variableSetterType" : "ListTablesRequest" }, "wrapper" : false }, "ListTablesResult" : { "c2jName" : "ListTablesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the output of a ListTables operation.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TableNames", "c2jShape" : "TableNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@return The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.*/", "getterMethodName" : "getTableNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TableNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.*/", "setterMethodName" : "setTableNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableNames(java.util.Collection)} or {@link #withTableNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastEvaluatedTableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@return The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.*/", "getterMethodName" : "getLastEvaluatedTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedTableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedTableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastEvaluatedTableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.*/", "setterMethodName" : "setLastEvaluatedTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedTableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedTableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastEvaluatedTableName" : { "c2jName" : "LastEvaluatedTableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@return The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.*/", "getterMethodName" : "getLastEvaluatedTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedTableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedTableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastEvaluatedTableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.*/", "setterMethodName" : "setLastEvaluatedTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedTableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  \n@param lastEvaluatedTableName The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastEvaluatedTableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.

                                                                                                                                                                                                                                                  If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableNames" : { "c2jName" : "TableNames", "c2jShape" : "TableNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@return The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.*/", "getterMethodName" : "getTableNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TableNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.*/", "setterMethodName" : "setTableNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTableNames(java.util.Collection)} or {@link #withTableNames(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param tableNames The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tableNames", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.

                                                                                                                                                                                                                                                  If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTablesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTablesResult", "variableName" : "listTablesResult", "variableType" : "ListTablesResult", "documentation" : null, "simpleType" : "ListTablesResult", "variableSetterType" : "ListTablesResult" }, "wrapper" : false }, "ListTagsOfResourceRequest" : { "c2jName" : "ListTagsOfResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTagsOfResource", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.ListTagsOfResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@return The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextTokenString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@return An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextTokenString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@return An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  \n@param nextToken An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceArn" : { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@return The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn" ], "shapeName" : "ListTagsOfResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsOfResourceRequest", "variableName" : "listTagsOfResourceRequest", "variableType" : "ListTagsOfResourceRequest", "documentation" : null, "simpleType" : "ListTagsOfResourceRequest", "variableSetterType" : "ListTagsOfResourceRequest" }, "wrapper" : false }, "ListTagsOfResourceResult" : { "c2jName" : "ListTagsOfResourceOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@return The tags currently associated with the Amazon DynamoDB resource.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "NextTokenString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@return If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "NextTokenString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@return If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.*/", "getterMethodName" : "getNextToken", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  \n@param nextToken If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@return The tags currently associated with the Amazon DynamoDB resource.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param tags The tags currently associated with the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The tags currently associated with the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsOfResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsOfResourceResult", "variableName" : "listTagsOfResourceResult", "variableType" : "ListTagsOfResourceResult", "documentation" : null, "simpleType" : "ListTagsOfResourceResult", "variableSetterType" : "ListTagsOfResourceResult" }, "wrapper" : false }, "LocalSecondaryIndex" : { "c2jName" : "LocalSecondaryIndex", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the properties of a local secondary index.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@return The name of the local secondary index. The name must be unique among all other indexes on this table.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@return The name of the local secondary index. The name must be unique among all other indexes on this table.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  \n@param indexName The name of the local secondary index. The name must be unique among all other indexes on this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the local secondary index. The name must be unique among all other indexes on this table.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Projection" : { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexName", "KeySchema", "Projection" ], "shapeName" : "LocalSecondaryIndex", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LocalSecondaryIndex", "variableName" : "localSecondaryIndex", "variableType" : "LocalSecondaryIndex", "documentation" : null, "simpleType" : "LocalSecondaryIndex", "variableSetterType" : "LocalSecondaryIndex" }, "wrapper" : false }, "LocalSecondaryIndexDescription" : { "c2jName" : "LocalSecondaryIndexDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the properties of a local secondary index.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@return Represents the name of the local secondary index.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@return The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getIndexSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setIndexSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@return The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "getterMethodName" : "getIndexArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "setterMethodName" : "setIndexArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexArn" : { "c2jName" : "IndexArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "getterMethodName" : "getIndexArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.*/", "setterMethodName" : "setIndexArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  \n@param indexArn The Amazon Resource Name (ARN) that uniquely identifies the index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the index.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@return Represents the name of the local secondary index.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  \n@param indexName Represents the name of the local secondary index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Represents the name of the local secondary index.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexSizeBytes" : { "c2jName" : "IndexSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@return The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getIndexSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setIndexSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param indexSizeBytes The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "indexSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                  The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ItemCount" : { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@return The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                  The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

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

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  */", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                  \n@param keySchema The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                  The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

                                                                                                                                                                                                                                                  • HASH - partition key

                                                                                                                                                                                                                                                  • RANGE - sort key

                                                                                                                                                                                                                                                  The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                  The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Projection" : { "c2jName" : "Projection", "c2jShape" : "Projection", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjection", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@return Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "getterMethodName" : "getProjection", "getterModel" : { "returnType" : "Projection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Projection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Projection", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Projection", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.*/", "setterMethodName" : "setProjection", "setterModel" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  \n@param projection Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "simpleType" : "Projection", "variableSetterType" : "Projection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LocalSecondaryIndexDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LocalSecondaryIndexDescription", "variableName" : "localSecondaryIndexDescription", "variableType" : "LocalSecondaryIndexDescription", "documentation" : null, "simpleType" : "LocalSecondaryIndexDescription", "variableSetterType" : "LocalSecondaryIndexDescription" }, "wrapper" : false }, "Projection" : { "c2jName" : "Projection", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ProjectionType", "c2jShape" : "ProjectionType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                  ", "enumType" : "ProjectionType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                  \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProjectionType*/", "fluentSetterMethodName" : "withProjectionType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                    The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                    \n@return The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                    • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                    • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                    • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                    • \n@see ProjectionType*/", "getterMethodName" : "getProjectionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                      The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                      \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                      • \n@see ProjectionType*/", "setterMethodName" : "setProjectionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                        The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                        \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                        • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                        • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                        • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProjectionType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NonKeyAttributes", "c2jShape" : "NonKeyAttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNonKeyAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@return Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.*/", "getterMethodName" : "getNonKeyAttributes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NonKeyAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NonKeyAttributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NonKeyAttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NonKeyAttributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.*/", "setterMethodName" : "setNonKeyAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nonKeyAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setNonKeyAttributes(java.util.Collection)} or {@link #withNonKeyAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nonKeyAttributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NonKeyAttributes" : { "c2jName" : "NonKeyAttributes", "c2jShape" : "NonKeyAttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNonKeyAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@return Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.*/", "getterMethodName" : "getNonKeyAttributes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NonKeyAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NonKeyAttributes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "NonKeyAttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "NonKeyAttributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.*/", "setterMethodName" : "setNonKeyAttributes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "nonKeyAttributes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setNonKeyAttributes(java.util.Collection)} or {@link #withNonKeyAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                          \n@param nonKeyAttributes Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "nonKeyAttributes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                          Represents the non-key attribute names which will be projected into the index.

                                                                                                                                                                                                                                                          For local secondary indexes, the total count of NonKeyAttributes summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ProjectionType" : { "c2jName" : "ProjectionType", "c2jShape" : "ProjectionType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                          The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                          ", "enumType" : "ProjectionType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                          \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                          • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                          • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProjectionType*/", "fluentSetterMethodName" : "withProjectionType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                            The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                            \n@return The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                            • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                            • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                            • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                            • \n@see ProjectionType*/", "getterMethodName" : "getProjectionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                              The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                              \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                              • \n@see ProjectionType*/", "setterMethodName" : "setProjectionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                \n@param projectionType The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                                • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProjectionType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The set of attributes that are projected into the index:

                                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                  • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                  • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Projection", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Projection", "variableName" : "projection", "variableType" : "Projection", "documentation" : null, "simpleType" : "Projection", "variableSetterType" : "Projection" }, "wrapper" : false }, "ProjectionType" : { "c2jName" : "ProjectionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ALL", "value" : "ALL" }, { "name" : "KEYS_ONLY", "value" : "KEYS_ONLY" }, { "name" : "INCLUDE", "value" : "INCLUDE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProjectionType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProjectionType", "variableName" : "projectionType", "variableType" : "ProjectionType", "documentation" : null, "simpleType" : "ProjectionType", "variableSetterType" : "ProjectionType" }, "wrapper" : false }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.

                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReadCapacityUnits" : { "c2jName" : "ReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "WriteCapacityUnits" : { "c2jName" : "WriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ReadCapacityUnits", "WriteCapacityUnits" ], "shapeName" : "ProvisionedThroughput", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : null, "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "wrapper" : false }, "ProvisionedThroughputDescription" : { "c2jName" : "ProvisionedThroughputDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "LastIncreaseDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastIncreaseDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@return The date and time of the last provisioned throughput increase for this table.*/", "getterMethodName" : "getLastIncreaseDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastIncreaseDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastIncreaseDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastIncreaseDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.*/", "setterMethodName" : "setLastIncreaseDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastIncreaseDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastIncreaseDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastDecreaseDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastDecreaseDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@return The date and time of the last provisioned throughput decrease for this table.*/", "getterMethodName" : "getLastDecreaseDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastDecreaseDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastDecreaseDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastDecreaseDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.*/", "setterMethodName" : "setLastDecreaseDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastDecreaseDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastDecreaseDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NumberOfDecreasesToday", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNumberOfDecreasesToday", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getNumberOfDecreasesToday", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfDecreasesToday", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfDecreasesToday", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfDecreasesToday", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setNumberOfDecreasesToday", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "numberOfDecreasesToday", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "numberOfDecreasesToday", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@return The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.*/", "getterMethodName" : "getReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.*/", "setterMethodName" : "setReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "WriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@return The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.*/", "getterMethodName" : "getWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.*/", "setterMethodName" : "setWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastDecreaseDateTime" : { "c2jName" : "LastDecreaseDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastDecreaseDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@return The date and time of the last provisioned throughput decrease for this table.*/", "getterMethodName" : "getLastDecreaseDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastDecreaseDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastDecreaseDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastDecreaseDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.*/", "setterMethodName" : "setLastDecreaseDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastDecreaseDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  \n@param lastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastDecreaseDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput decrease for this table.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastIncreaseDateTime" : { "c2jName" : "LastIncreaseDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastIncreaseDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@return The date and time of the last provisioned throughput increase for this table.*/", "getterMethodName" : "getLastIncreaseDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastIncreaseDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastIncreaseDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastIncreaseDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.*/", "setterMethodName" : "setLastIncreaseDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastIncreaseDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  \n@param lastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastIncreaseDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                  The date and time of the last provisioned throughput increase for this table.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "NumberOfDecreasesToday" : { "c2jName" : "NumberOfDecreasesToday", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNumberOfDecreasesToday", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getNumberOfDecreasesToday", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NumberOfDecreasesToday", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NumberOfDecreasesToday", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NumberOfDecreasesToday", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setNumberOfDecreasesToday", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "numberOfDecreasesToday", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param numberOfDecreasesToday The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "numberOfDecreasesToday", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ReadCapacityUnits" : { "c2jName" : "ReadCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReadCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@return The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.*/", "getterMethodName" : "getReadCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReadCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReadCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReadCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.*/", "setterMethodName" : "setReadCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  \n@param readCapacityUnits The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "readCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "WriteCapacityUnits" : { "c2jName" : "WriteCapacityUnits", "c2jShape" : "PositiveLongObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withWriteCapacityUnits", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@return The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.*/", "getterMethodName" : "getWriteCapacityUnits", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "WriteCapacityUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "WriteCapacityUnits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "WriteCapacityUnits", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.*/", "setterMethodName" : "setWriteCapacityUnits", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  \n@param writeCapacityUnits The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "writeCapacityUnits", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                  The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProvisionedThroughputDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughputDescription", "variableType" : "ProvisionedThroughputDescription", "documentation" : null, "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "wrapper" : false }, "ProvisionedThroughputExceededException" : { "c2jName" : "ProvisionedThroughputExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ProvisionedThroughputExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProvisionedThroughputExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProvisionedThroughputExceededException", "variableName" : "provisionedThroughputExceededException", "variableType" : "ProvisionedThroughputExceededException", "documentation" : null, "simpleType" : "ProvisionedThroughputExceededException", "variableSetterType" : "ProvisionedThroughputExceededException" }, "wrapper" : false }, "PutItemRequest" : { "c2jName" : "PutItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Represents the input of a PutItem operation.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PutItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.PutItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@return The name of the table to contain the item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Item", "c2jShape" : "PutItemInputAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@return A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConditionExpression" : { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional PutItem operation to succeed.

                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expected" : { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeValues" : { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Item" : { "c2jName" : "Item", "c2jShape" : "PutItemInputAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@return A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  \n@param item A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  A map of attribute name/value pairs, one for each attribute. Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.

                                                                                                                                                                                                                                                                  You must provide all of the attributes for the primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide both values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                  If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition.

                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  Each element in the Item map is an AttributeValue object.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnItemCollectionMetrics" : { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnValues" : { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request. For PutItem, the valid values are:

                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                  • ALL_OLD - If PutItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                  The ReturnValues parameter is used by several DynamoDB operations; however, PutItem does not recognize any values other than NONE or ALL_OLD.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@return The name of the table to contain the item.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to contain the item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The name of the table to contain the item.

                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName", "Item" ], "shapeName" : "PutItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutItemRequest", "variableName" : "putItemRequest", "variableType" : "PutItemRequest", "documentation" : null, "simpleType" : "PutItemRequest", "variableSetterType" : "PutItemRequest" }, "wrapper" : false }, "PutItemResult" : { "c2jName" : "PutItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Represents the output of a PutItem operation.

                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  \n@return The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                  The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                  The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                  \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                                                                                                                    Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                    \n@return Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                      Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                      \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                        Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                        \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                          ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          \n@return The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          \n@param attributes The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                          The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified as ALL_OLD in the request. Each element consists of an attribute name and an attribute value.

                                                                                                                                                                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          \n@return The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                          The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                          ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "ItemCollectionMetrics" : { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                          \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                                                                                                                            Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                            \n@return Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                            • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                              Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                              \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                              • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the PutItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutItemResult", "variableName" : "putItemResult", "variableType" : "PutItemResult", "documentation" : null, "simpleType" : "PutItemResult", "variableSetterType" : "PutItemResult" }, "wrapper" : false }, "PutRequest" : { "c2jName" : "PutRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents a request to perform a PutItem operation on an item.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Item", "c2jShape" : "PutItemInputAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@return A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Item" : { "c2jName" : "Item", "c2jShape" : "PutItemInputAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItem", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@return A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.*/", "getterMethodName" : "getItem", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Item", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.*/", "setterMethodName" : "setItem", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  \n@param item A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "item", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema. If any attributes are present in the item which are part of an index key schema for the table, their types must match the index key schema.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Item" ], "shapeName" : "PutRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRequest", "variableName" : "putRequest", "variableType" : "PutRequest", "documentation" : null, "simpleType" : "PutRequest", "variableSetterType" : "PutRequest" }, "wrapper" : false }, "QueryRequest" : { "c2jName" : "QueryInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents the input of a Query operation.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "Query", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.Query", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the requested items.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@return The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Select", "c2jShape" : "Select", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "enumType" : "Select", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "fluentSetterMethodName" : "withSelect", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "getterMethodName" : "getSelect", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Select", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Select", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Select", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "setterMethodName" : "setSelect", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@return Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeyConditions", "c2jShape" : "KeyConditions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeyConditions", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeyConditions", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyConditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyConditions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "KeyConditions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeyConditions", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keyConditions", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keyConditions", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "QueryFilter", "c2jShape" : "FilterConditionMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withQueryFilter", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getQueryFilter", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueryFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueryFilter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "QueryFilter", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setQueryFilter", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "queryFilter", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "queryFilter", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScanIndexForward", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanIndexForward", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@return Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.*/", "getterMethodName" : "getScanIndexForward", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScanIndexForward", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanIndexForward", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScanIndexForward", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.*/", "setterMethodName" : "setScanIndexForward", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanIndexForward", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanIndexForward", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExclusiveStartKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.*/", "getterMethodName" : "getExclusiveStartKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExclusiveStartKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.*/", "setterMethodName" : "setExclusiveStartKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FilterExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getFilterExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FilterExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FilterExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setFilterExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeyConditionExpression", "c2jShape" : "KeyExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeyConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeyConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeyConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyConditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyConditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributesToGet" : { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsistentRead" : { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@return Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.

                                                                                                                                                                                                                                                                                  Strongly consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ExclusiveStartKey" : { "c2jName" : "ExclusiveStartKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.*/", "getterMethodName" : "getExclusiveStartKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExclusiveStartKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.*/", "setterMethodName" : "setExclusiveStartKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeValues" : { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "FilterExpression" : { "c2jName" : "FilterExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getFilterExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FilterExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FilterExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setFilterExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Query operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression does not allow key attributes. You cannot define a filter expression based on a partition key or a sort key.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@return The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of an index to query. This index can be any local secondary index or global secondary index on the table. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyConditionExpression" : { "c2jName" : "KeyConditionExpression", "c2jShape" : "KeyExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeyConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeyConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KeyConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeyConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyConditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditionExpression The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "keyConditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The condition that specifies the key value(s) for items to be retrieved by the Query action.

                                                                                                                                                                                                                                                                                  The condition must perform an equality test on a single partition key value. The condition can also perform one of several comparison tests on a single sort key value. Query can use KeyConditionExpression to retrieve one item with a given partition key value and sort key value, or several items that have the same partition key value but different sort key values.

                                                                                                                                                                                                                                                                                  The partition key equality test is required, and must be specified in the following format:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval

                                                                                                                                                                                                                                                                                  If you also want to provide a condition for the sort key, it must be combined using AND with the condition for the sort key. Following is an example, using the = comparison operator for the sort key:

                                                                                                                                                                                                                                                                                  partitionKeyName = :partitionkeyval AND sortKeyName = :sortkeyval

                                                                                                                                                                                                                                                                                  Valid comparisons for the sort key condition are as follows:

                                                                                                                                                                                                                                                                                  • sortKeyName = :sortkeyval - true if the sort key value is equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName < :sortkeyval - true if the sort key value is less than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName <= :sortkeyval - true if the sort key value is less than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName > :sortkeyval - true if the sort key value is greater than :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName >= :sortkeyval - true if the sort key value is greater than or equal to :sortkeyval.

                                                                                                                                                                                                                                                                                  • sortKeyName BETWEEN :sortkeyval1 AND :sortkeyval2 - true if the sort key value is greater than or equal to :sortkeyval1, and less than or equal to :sortkeyval2.

                                                                                                                                                                                                                                                                                  • begins_with ( sortKeyName, :sortkeyval ) - true if the sort key value begins with a particular operand. (You cannot use this function with a sort key that is of type Number.) Note that the function name begins_with is case-sensitive.

                                                                                                                                                                                                                                                                                  Use the ExpressionAttributeValues parameter to replace tokens such as :partitionval and :sortval with actual values at runtime.

                                                                                                                                                                                                                                                                                  You can optionally use the ExpressionAttributeNames parameter to replace the names of the partition key and sort key with placeholder tokens. This option might be necessary if an attribute name conflicts with a DynamoDB reserved word. For example, the following KeyConditionExpression parameter causes an error because Size is a reserved word:

                                                                                                                                                                                                                                                                                  • Size = :myval

                                                                                                                                                                                                                                                                                  To work around this, define a placeholder (such a #S) to represent the attribute name Size. KeyConditionExpression then is as follows:

                                                                                                                                                                                                                                                                                  • #S = :myval

                                                                                                                                                                                                                                                                                  For a list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  For more information on ExpressionAttributeNames and ExpressionAttributeValues, see Using Placeholders for Attribute Names and Values in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyConditions" : { "c2jName" : "KeyConditions", "c2jShape" : "KeyConditions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeyConditions", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeyConditions", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeyConditions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyConditions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "KeyConditions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeyConditions", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keyConditions", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param keyConditions This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "keyConditions", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use KeyConditionExpression instead. For more information, see KeyConditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ProjectionExpression" : { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "QueryFilter" : { "c2jName" : "QueryFilter", "c2jShape" : "FilterConditionMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withQueryFilter", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getQueryFilter", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "QueryFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "QueryFilter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "QueryFilter", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setQueryFilter", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "queryFilter", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param queryFilter This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "queryFilter", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see QueryFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScanIndexForward" : { "c2jName" : "ScanIndexForward", "c2jShape" : "BooleanObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanIndexForward", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@return Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.*/", "getterMethodName" : "getScanIndexForward", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScanIndexForward", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanIndexForward", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScanIndexForward", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.*/", "setterMethodName" : "setScanIndexForward", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "scanIndexForward", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  \n@param scanIndexForward Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "scanIndexForward", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  Specifies the order for index traversal: If true (default), the traversal is performed in ascending order; if false, the traversal is performed in descending order.

                                                                                                                                                                                                                                                                                  Items with the same partition key value are stored in sorted order by sort key. If the sort key data type is Number, the results are stored in numeric order. For type String, the results are stored in order of ASCII character code values. For type Binary, DynamoDB treats each byte of the binary data as unsigned.

                                                                                                                                                                                                                                                                                  If ScanIndexForward is true, DynamoDB returns the results in the order in which they are stored (by sort key value). This is the default behavior. If ScanIndexForward is false, DynamoDB reads the results in reverse order by sort key value, and then returns the results to the client.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Select" : { "c2jName" : "Select", "c2jShape" : "Select", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "enumType" : "Select", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "fluentSetterMethodName" : "withSelect", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "getterMethodName" : "getSelect", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Select", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Select", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Select", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "setterMethodName" : "setSelect", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the requested items.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName" ], "shapeName" : "QueryRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "QueryRequest", "variableName" : "queryRequest", "variableType" : "QueryRequest", "documentation" : null, "simpleType" : "QueryRequest", "variableSetterType" : "QueryRequest" }, "wrapper" : false }, "QueryResult" : { "c2jName" : "QueryOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents the output of a Query operation.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Items", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItems", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@return An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "getterMethodName" : "getItems", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Items", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Count", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@return The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.*/", "getterMethodName" : "getCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Count", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.*/", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScannedCount", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScannedCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@return The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "getterMethodName" : "getScannedCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScannedCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScannedCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScannedCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "setterMethodName" : "setScannedCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastEvaluatedKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "getterMethodName" : "getLastEvaluatedKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LastEvaluatedKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "setterMethodName" : "setLastEvaluatedKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "Count" : { "c2jName" : "Count", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@return The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.*/", "getterMethodName" : "getCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Count", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.*/", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you used a QueryFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count and ScannedCount are the same.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Items" : { "c2jName" : "Items", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItems", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@return An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "getterMethodName" : "getItems", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Items", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "LastEvaluatedKey" : { "c2jName" : "LastEvaluatedKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "getterMethodName" : "getLastEvaluatedKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LastEvaluatedKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "setterMethodName" : "setLastEvaluatedKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ScannedCount" : { "c2jName" : "ScannedCount", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScannedCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@return The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "getterMethodName" : "getScannedCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScannedCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScannedCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScannedCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "setterMethodName" : "setScannedCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryResult", "variableName" : "queryResult", "variableType" : "QueryResult", "documentation" : null, "simpleType" : "QueryResult", "variableSetterType" : "QueryResult" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ResourceInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Determines the level of detail about provisioned throughput consumption that is returned in the response:

                                                                                                                                                                                                                                                                                  • INDEXES - The response includes the aggregate ConsumedCapacity for the operation, together with ConsumedCapacity for each table and secondary index that was accessed.

                                                                                                                                                                                                                                                                                    Note that some operations, such as GetItem and BatchGetItem, do not access any indexes at all. In these cases, specifying INDEXES will only return ConsumedCapacity information for table(s).

                                                                                                                                                                                                                                                                                  • TOTAL - The response includes only the aggregate ConsumedCapacity for the operation.

                                                                                                                                                                                                                                                                                  • NONE - No ConsumedCapacity details are included in the response.

                                                                                                                                                                                                                                                                                  ", "enums" : [ { "name" : "INDEXES", "value" : "INDEXES" }, { "name" : "TOTAL", "value" : "TOTAL" }, { "name" : "NONE", "value" : "NONE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReturnConsumedCapacity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReturnConsumedCapacity", "variableName" : "returnConsumedCapacity", "variableType" : "ReturnConsumedCapacity", "documentation" : null, "simpleType" : "ReturnConsumedCapacity", "variableSetterType" : "ReturnConsumedCapacity" }, "wrapper" : false }, "ReturnItemCollectionMetrics" : { "c2jName" : "ReturnItemCollectionMetrics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SIZE", "value" : "SIZE" }, { "name" : "NONE", "value" : "NONE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReturnItemCollectionMetrics", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReturnItemCollectionMetrics", "variableName" : "returnItemCollectionMetrics", "variableType" : "ReturnItemCollectionMetrics", "documentation" : null, "simpleType" : "ReturnItemCollectionMetrics", "variableSetterType" : "ReturnItemCollectionMetrics" }, "wrapper" : false }, "ReturnValue" : { "c2jName" : "ReturnValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NONE", "value" : "NONE" }, { "name" : "ALL_OLD", "value" : "ALL_OLD" }, { "name" : "UPDATED_OLD", "value" : "UPDATED_OLD" }, { "name" : "ALL_NEW", "value" : "ALL_NEW" }, { "name" : "UPDATED_NEW", "value" : "UPDATED_NEW" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReturnValue", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReturnValue", "variableName" : "returnValue", "variableType" : "ReturnValue", "documentation" : null, "simpleType" : "ReturnValue", "variableSetterType" : "ReturnValue" }, "wrapper" : false }, "ScalarAttributeType" : { "c2jName" : "ScalarAttributeType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "S", "value" : "S" }, { "name" : "N", "value" : "N" }, { "name" : "B", "value" : "B" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalarAttributeType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalarAttributeType", "variableName" : "scalarAttributeType", "variableType" : "ScalarAttributeType", "documentation" : null, "simpleType" : "ScalarAttributeType", "variableSetterType" : "ScalarAttributeType" }, "wrapper" : false }, "ScanRequest" : { "c2jName" : "ScanInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents the input of a Scan operation.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "Scan", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.Scan", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@return The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Select", "c2jShape" : "Select", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "enumType" : "Select", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "fluentSetterMethodName" : "withSelect", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "getterMethodName" : "getSelect", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Select", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Select", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Select", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "setterMethodName" : "setSelect", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScanFilter", "c2jShape" : "FilterConditionMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanFilter", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getScanFilter", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScanFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanFilter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ScanFilter", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setScanFilter", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "scanFilter", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "scanFilter", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExclusiveStartKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.*/", "getterMethodName" : "getExclusiveStartKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExclusiveStartKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.*/", "setterMethodName" : "setExclusiveStartKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TotalSegments", "c2jShape" : "ScanTotalSegments", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTotalSegments", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@return For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.*/", "getterMethodName" : "getTotalSegments", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalSegments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalSegments", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalSegments", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.*/", "setterMethodName" : "setTotalSegments", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalSegments", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalSegments", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Segment", "c2jShape" : "ScanSegment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSegment", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@return For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.*/", "getterMethodName" : "getSegment", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Segment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Segment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Segment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.*/", "setterMethodName" : "setSegment", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "segment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "segment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FilterExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getFilterExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FilterExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FilterExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setFilterExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@return A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributesToGet" : { "c2jName" : "AttributesToGet", "c2jShape" : "AttributeNameList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributesToGet", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributesToGet", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributesToGet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributesToGet", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributesToGet", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributesToGet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributesToGet(java.util.Collection)} or {@link #withAttributesToGet(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param attributesToGet This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributesToGet", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ProjectionExpression instead. For more information, see AttributesToGet in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConsistentRead" : { "c2jName" : "ConsistentRead", "c2jShape" : "ConsistentRead", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsistentRead", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@return A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "getterMethodName" : "getConsistentRead", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsistentRead", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsistentRead", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsistentRead", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.*/", "setterMethodName" : "setConsistentRead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  \n@param consistentRead A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "consistentRead", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  A Boolean value that determines the read consistency model during the scan:

                                                                                                                                                                                                                                                                                  • If ConsistentRead is false, then the data returned from Scan might not contain the results from other recently completed write operations (PutItem, UpdateItem or DeleteItem).

                                                                                                                                                                                                                                                                                  • If ConsistentRead is true, then all of the write operations that completed before the Scan began are guaranteed to be contained in the Scan response.

                                                                                                                                                                                                                                                                                  The default setting for ConsistentRead is false.

                                                                                                                                                                                                                                                                                  The ConsistentRead parameter is not supported on global secondary indexes. If you scan a global secondary index with ConsistentRead set to true, you will receive a ValidationException.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ExclusiveStartKey" : { "c2jName" : "ExclusiveStartKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExclusiveStartKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.*/", "getterMethodName" : "getExclusiveStartKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExclusiveStartKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExclusiveStartKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExclusiveStartKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.*/", "setterMethodName" : "setExclusiveStartKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  \n@param exclusiveStartKey The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "exclusiveStartKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedKey in the previous operation.

                                                                                                                                                                                                                                                                                  The data type for ExclusiveStartKey must be String, Number or Binary. No set data types are allowed.

                                                                                                                                                                                                                                                                                  In a parallel scan, a Scan request that includes ExclusiveStartKey must specify the same segment whose previous Scan returned the corresponding value of LastEvaluatedKey.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeValues" : { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "FilterExpression" : { "c2jName" : "FilterExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFilterExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getFilterExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FilterExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FilterExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FilterExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setFilterExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param filterExpression A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "filterExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that contains conditions that DynamoDB applies after the Scan operation, but before the data is returned to you. Items that do not satisfy the FilterExpression criteria are not returned.

                                                                                                                                                                                                                                                                                  A FilterExpression is applied after the items have already been read; the process of filtering does not consume any additional read capacity units.

                                                                                                                                                                                                                                                                                  For more information, see Filter Expressions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@return The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  \n@param indexName The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of a secondary index to scan. This index can be any local secondary index or global secondary index. Note that if you use the IndexName parameter, you must also provide TableName.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "PositiveIntegerObject", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getLimit", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limit", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param limit The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, and a key in LastEvaluatedKey to apply in a subsequent operation, so that you can pick up where you left off. Also, if the processed data set size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation. For more information, see Query and Scan in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ProjectionExpression" : { "c2jName" : "ProjectionExpression", "c2jShape" : "ProjectionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProjectionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProjectionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProjectionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProjectionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProjectionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProjectionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param projectionExpression A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "projectionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  A string that identifies one or more attributes to retrieve from the specified table or index. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas.

                                                                                                                                                                                                                                                                                  If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.

                                                                                                                                                                                                                                                                                  For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScanFilter" : { "c2jName" : "ScanFilter", "c2jShape" : "FilterConditionMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScanFilter", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getScanFilter", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScanFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScanFilter", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "Condition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Condition", "variableName" : "value", "variableType" : "Condition", "documentation" : "", "simpleType" : "Condition", "variableSetterType" : "Condition" }, "xmlNameSpaceUri" : null }, "valueType" : "Condition", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ScanFilter", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setScanFilter", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "scanFilter", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param scanFilter This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "scanFilter", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use FilterExpression instead. For more information, see ScanFilter in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Segment" : { "c2jName" : "Segment", "c2jShape" : "ScanSegment", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSegment", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@return For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.*/", "getterMethodName" : "getSegment", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Segment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Segment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Segment", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.*/", "setterMethodName" : "setSegment", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "segment", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  \n@param segment For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "segment", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.

                                                                                                                                                                                                                                                                                  Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to scan a table or an index, then the first thread specifies a Segment value of 0, the second thread specifies 1, and so on.

                                                                                                                                                                                                                                                                                  The value of LastEvaluatedKey returned from a parallel Scan request must be used as ExclusiveStartKey with the same segment ID in a subsequent Scan operation.

                                                                                                                                                                                                                                                                                  The value for Segment must be greater than or equal to 0, and less than the value provided for TotalSegments.

                                                                                                                                                                                                                                                                                  If you provide Segment, you must also provide TotalSegments.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Select" : { "c2jName" : "Select", "c2jShape" : "Select", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "enumType" : "Select", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "fluentSetterMethodName" : "withSelect", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "getterMethodName" : "getSelect", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Select", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Select", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Select", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@see Select*/", "setterMethodName" : "setSelect", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@param select The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see Select*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "select", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The attributes to be returned in the result. You can retrieve all item attributes, specific item attributes, the count of matching items, or in the case of an index, some or all of the attributes projected into the index.

                                                                                                                                                                                                                                                                                  • ALL_ATTRIBUTES - Returns all of the item attributes from the specified table or index. If you query a local secondary index, then for each matching item in the index DynamoDB will fetch the entire item from the parent table. If the index is configured to project all item attributes, then all of the data can be obtained from the local secondary index, and no fetching is required.

                                                                                                                                                                                                                                                                                  • ALL_PROJECTED_ATTRIBUTES - Allowed only when querying an index. Retrieves all attributes that have been projected into the index. If the index is configured to project all attributes, this return value is equivalent to specifying ALL_ATTRIBUTES.

                                                                                                                                                                                                                                                                                  • COUNT - Returns the number of matching items, rather than the matching items themselves.

                                                                                                                                                                                                                                                                                  • SPECIFIC_ATTRIBUTES - Returns only the attributes listed in AttributesToGet. This return value is equivalent to specifying AttributesToGet without specifying any value for Select.

                                                                                                                                                                                                                                                                                    If you query or scan a local secondary index and request only attributes that are projected into that index, the operation will read only the index and not the table. If any of the requested attributes are not projected into the local secondary index, DynamoDB will fetch each of these attributes from the parent table. This extra fetching incurs additional throughput cost and latency.

                                                                                                                                                                                                                                                                                    If you query or scan a global secondary index, you can only request attributes that are projected into the index. Global secondary index queries cannot fetch attributes from the parent table.

                                                                                                                                                                                                                                                                                  If neither Select nor AttributesToGet are specified, DynamoDB defaults to ALL_ATTRIBUTES when accessing a table, and ALL_PROJECTED_ATTRIBUTES when accessing an index. You cannot use both Select and AttributesToGet together in a single request, unless the value for Select is SPECIFIC_ATTRIBUTES. (This usage is equivalent to specifying AttributesToGet without any value for Select.)

                                                                                                                                                                                                                                                                                  If you use the ProjectionExpression parameter, then the value for Select can only be SPECIFIC_ATTRIBUTES. Any other value for Select will return an error.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the table containing the requested items; or, if you provide IndexName, the name of the table to which that index belongs.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TotalSegments" : { "c2jName" : "TotalSegments", "c2jShape" : "ScanTotalSegments", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTotalSegments", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@return For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.*/", "getterMethodName" : "getTotalSegments", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalSegments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalSegments", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalSegments", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.*/", "setterMethodName" : "setTotalSegments", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalSegments", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  \n@param totalSegments For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalSegments", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to use four application threads to scan a table or an index, specify a TotalSegments value of 4.

                                                                                                                                                                                                                                                                                  The value for TotalSegments must be greater than or equal to 1, and less than or equal to 1000000. If you specify a TotalSegments value of 1, the Scan operation will be sequential rather than parallel.

                                                                                                                                                                                                                                                                                  If you specify TotalSegments, you must also specify Segment.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName" ], "shapeName" : "ScanRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ScanRequest", "variableName" : "scanRequest", "variableType" : "ScanRequest", "documentation" : null, "simpleType" : "ScanRequest", "variableSetterType" : "ScanRequest" }, "wrapper" : false }, "ScanResult" : { "c2jName" : "ScanOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents the output of a Scan operation.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Items", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItems", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@return An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "getterMethodName" : "getItems", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Items", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Count", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@return The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.*/", "getterMethodName" : "getCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Count", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.*/", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScannedCount", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScannedCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@return The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "getterMethodName" : "getScannedCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScannedCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScannedCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScannedCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "setterMethodName" : "setScannedCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastEvaluatedKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "getterMethodName" : "getLastEvaluatedKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LastEvaluatedKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "setterMethodName" : "setLastEvaluatedKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                  The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "Count" : { "c2jName" : "Count", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@return The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.*/", "getterMethodName" : "getCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Count", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Count", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Count", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.*/", "setterMethodName" : "setCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  \n@param count The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "count", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items in the response.

                                                                                                                                                                                                                                                                                  If you set ScanFilter in the request, then Count is the number of items returned after the filter was applied, and ScannedCount is the number of matching items before the filter was applied.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then Count is the same as ScannedCount.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Items" : { "c2jName" : "Items", "c2jShape" : "ItemList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItems", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@return An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "getterMethodName" : "getItems", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Items", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Items", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Items", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.*/", "setterMethodName" : "setItems", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                  \n@param items An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "items", "variableType" : "java.util.List>", "documentation" : "

                                                                                                                                                                                                                                                                                  An array of item attributes that match the scan criteria. Each element in this array consists of an attribute name and the value for that attribute.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "LastEvaluatedKey" : { "c2jName" : "LastEvaluatedKey", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLastEvaluatedKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@return The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "getterMethodName" : "getLastEvaluatedKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastEvaluatedKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastEvaluatedKey", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "LastEvaluatedKey", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.*/", "setterMethodName" : "setLastEvaluatedKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  \n@param lastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "lastEvaluatedKey", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                  The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is empty, then the \"last page\" of results has been processed and there is no more data to be retrieved.

                                                                                                                                                                                                                                                                                  If LastEvaluatedKey is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is empty.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ScannedCount" : { "c2jName" : "ScannedCount", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScannedCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@return The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "getterMethodName" : "getScannedCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScannedCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScannedCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScannedCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.*/", "setterMethodName" : "setScannedCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  \n@param scannedCount The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "scannedCount", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                  The number of items evaluated, before any ScanFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                  If you did not use a filter in the request, then ScannedCount is the same as Count.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScanResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScanResult", "variableName" : "scanResult", "variableType" : "ScanResult", "documentation" : null, "simpleType" : "ScanResult", "variableSetterType" : "ScanResult" }, "wrapper" : false }, "Select" : { "c2jName" : "Select", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ALL_ATTRIBUTES", "value" : "ALL_ATTRIBUTES" }, { "name" : "ALL_PROJECTED_ATTRIBUTES", "value" : "ALL_PROJECTED_ATTRIBUTES" }, { "name" : "SPECIFIC_ATTRIBUTES", "value" : "SPECIFIC_ATTRIBUTES" }, { "name" : "COUNT", "value" : "COUNT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Select", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Select", "variableName" : "select", "variableType" : "Select", "documentation" : null, "simpleType" : "Select", "variableSetterType" : "Select" }, "wrapper" : false }, "StreamSpecification" : { "c2jName" : "StreamSpecification", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for a table in DynamoDB.

                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamEnabled", "c2jShape" : "StreamEnabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  \n@return Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.*/", "getterMethodName" : "getStreamEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.*/", "setterMethodName" : "setStreamEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "streamEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "streamEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                  When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                  ", "enumType" : "StreamViewType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                  \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/", "fluentSetterMethodName" : "withStreamViewType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                    When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                    \n@return When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                    • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                    • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                    • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                    • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                    • \n@see StreamViewType*/", "getterMethodName" : "getStreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamViewType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamViewType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                      When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                      • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                      • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                      \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                      • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                      • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                      • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                      • \n@see StreamViewType*/", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                        When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                        • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                        • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                        • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                        \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                        • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                        • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                        • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                        • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StreamEnabled" : { "c2jName" : "StreamEnabled", "c2jShape" : "StreamEnabled", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamEnabled", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          \n@return Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.*/", "getterMethodName" : "getStreamEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamEnabled", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.*/", "setterMethodName" : "setStreamEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "streamEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          \n@param streamEnabled Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "streamEnabled", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

                                                                                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "StreamViewType" : { "c2jName" : "StreamViewType", "c2jShape" : "StreamViewType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                          When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                          ", "enumType" : "StreamViewType", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                          \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                          • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                          • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/", "fluentSetterMethodName" : "withStreamViewType", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                            When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                            \n@return When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                            • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                            • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                            • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                            • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                            • \n@see StreamViewType*/", "getterMethodName" : "getStreamViewType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamViewType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamViewType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamViewType", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                              When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                              • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                              • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                              \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                              • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                              • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                              • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                              • \n@see StreamViewType*/", "setterMethodName" : "setStreamViewType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                                • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                                • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                                \n@param streamViewType When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                                • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                                • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamViewType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamViewType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:

                                                                                                                                                                                                                                                                                                  • KEYS_ONLY - Only the key attributes of the modified item are written to the stream.

                                                                                                                                                                                                                                                                                                  • NEW_IMAGE - The entire item, as it appears after it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                  • OLD_IMAGE - The entire item, as it appeared before it was modified, is written to the stream.

                                                                                                                                                                                                                                                                                                  • NEW_AND_OLD_IMAGES - Both the new and the old item images of the item are written to the stream.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamSpecification", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : null, "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "wrapper" : false }, "StreamViewType" : { "c2jName" : "StreamViewType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "NEW_IMAGE", "value" : "NEW_IMAGE" }, { "name" : "OLD_IMAGE", "value" : "OLD_IMAGE" }, { "name" : "NEW_AND_OLD_IMAGES", "value" : "NEW_AND_OLD_IMAGES" }, { "name" : "KEYS_ONLY", "value" : "KEYS_ONLY" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StreamViewType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StreamViewType", "variableName" : "streamViewType", "variableType" : "StreamViewType", "documentation" : null, "simpleType" : "StreamViewType", "variableSetterType" : "StreamViewType" }, "wrapper" : false }, "TableDescription" : { "c2jName" : "TableDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Represents the properties of a table.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                  Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                  • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                  Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                  • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                  Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                  • AttributeType - The data type for the attribute.

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

                                                                                                                                                                                                                                                                                                    An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                    Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                    • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                    • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                    \n@return An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                    Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                    • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                    • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                      An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                      Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                      • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                      • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                      \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                      Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                      • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                      • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                        An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                        Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                        • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                        • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                        \n

                                                                                                                                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                        \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                        Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                        • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                        • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                          An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                          Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          \n@return The name of the table.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          \n@return The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                          \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                          The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                          • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                            • HASH - partition key

                                                                                                                                                                                                                                                                                                            • RANGE - sort key

                                                                                                                                                                                                                                                                                                            The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                            The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                          For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableStatus", "c2jShape" : "TableStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                          The current state of the table:

                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                          ", "enumType" : "TableStatus", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                          The current state of the table:

                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                          \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TableStatus*/", "fluentSetterMethodName" : "withTableStatus", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                            The current state of the table:

                                                                                                                                                                                                                                                                                                            • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                            • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                            • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                            • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                            \n@return The current state of the table:

                                                                                                                                                                                                                                                                                                            • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                            • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                            • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                            • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                            • \n@see TableStatus*/", "getterMethodName" : "getTableStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableStatus", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                              The current state of the table:

                                                                                                                                                                                                                                                                                                              • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                              • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                              • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                              • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                              \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                              • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                              • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                              • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                              • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                              • \n@see TableStatus*/", "setterMethodName" : "setTableStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                The current state of the table:

                                                                                                                                                                                                                                                                                                                • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                                • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TableStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The current state of the table:

                                                                                                                                                                                                                                                                                                                  • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                  • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                  • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                  • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreationDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  \n@return The date and time when the table was created, in UNIX epoch time format.*/", "getterMethodName" : "getCreationDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.*/", "setterMethodName" : "setCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughputDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  \n@return The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@return The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getTableSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setTableSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@return The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that uniquely identifies the table.*/", "getterMethodName" : "getTableArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.*/", "setterMethodName" : "setTableArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "LocalSecondaryIndexDescriptionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLocalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@return Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LocalSecondaryIndexDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "LocalSecondaryIndexDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LocalSecondaryIndexDescription", "variableName" : "member", "variableType" : "LocalSecondaryIndexDescription", "documentation" : "", "simpleType" : "LocalSecondaryIndexDescription", "variableSetterType" : "LocalSecondaryIndexDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LocalSecondaryIndexDescription", "variableName" : "member", "variableType" : "LocalSecondaryIndexDescription", "documentation" : "", "simpleType" : "LocalSecondaryIndexDescription", "variableSetterType" : "LocalSecondaryIndexDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LocalSecondaryIndexDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LocalSecondaryIndexDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setLocalSecondaryIndexes(java.util.Collection)} or {@link #withLocalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "GlobalSecondaryIndexDescriptionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@return The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndexDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndexDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndexDescription", "variableName" : "member", "variableType" : "GlobalSecondaryIndexDescription", "documentation" : "", "simpleType" : "GlobalSecondaryIndexDescription", "variableSetterType" : "GlobalSecondaryIndexDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexDescription", "variableName" : "member", "variableType" : "GlobalSecondaryIndexDescription", "documentation" : "", "simpleType" : "GlobalSecondaryIndexDescription", "variableSetterType" : "GlobalSecondaryIndexDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndexDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndexDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexes(java.util.Collection)} or {@link #withGlobalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification The current DynamoDB Streams configuration for the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamSpecification", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  \n@return The current DynamoDB Streams configuration for the table.*/", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification The current DynamoDB Streams configuration for the table.*/", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification The current DynamoDB Streams configuration for the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LatestStreamLabel", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                  A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

                                                                                                                                                                                                                                                                                                                  \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

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

                                                                                                                                                                                                                                                                                                                    A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                    Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                    • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                    • the table name.

                                                                                                                                                                                                                                                                                                                    • the StreamLabel.

                                                                                                                                                                                                                                                                                                                    \n@return A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                    Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                    • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                    • the table name.

                                                                                                                                                                                                                                                                                                                    • the StreamLabel.

                                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getLatestStreamLabel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestStreamLabel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestStreamLabel", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestStreamLabel", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                      A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                      Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                      • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                      • the table name.

                                                                                                                                                                                                                                                                                                                      • the StreamLabel.

                                                                                                                                                                                                                                                                                                                      \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                      Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                      • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                      • the table name.

                                                                                                                                                                                                                                                                                                                      • the StreamLabel.

                                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setLatestStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestStreamLabel", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                        A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                        Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                        • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                        • the table name.

                                                                                                                                                                                                                                                                                                                        • the StreamLabel.

                                                                                                                                                                                                                                                                                                                        \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                        Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                        • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                        • the table name.

                                                                                                                                                                                                                                                                                                                        • the StreamLabel.

                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "latestStreamLabel", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                          Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                          • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                          • the table name.

                                                                                                                                                                                                                                                                                                                          • the StreamLabel.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LatestStreamArn", "c2jShape" : "StreamArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLatestStreamArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.*/", "getterMethodName" : "getLatestStreamArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestStreamArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestStreamArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestStreamArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.*/", "setterMethodName" : "setLatestStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestStreamArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "latestStreamArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeDefinitions" : { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                          An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                          Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                          • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                          Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                          • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                          \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                          Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                          • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                          • AttributeType - The data type for the attribute.

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

                                                                                                                                                                                                                                                                                                                            An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                            Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                            • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                            • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                            \n@return An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                            Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                            • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                            • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                            • */", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                              An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                              Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                              • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                              • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                              \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                              Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                              • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                              • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                              • */", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                                Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                                • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                                \n

                                                                                                                                                                                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                \n@param attributeDefinitions An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                                Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                                • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema.

                                                                                                                                                                                                                                                                                                                                  Each AttributeDefinition object in this array is composed of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • AttributeType - The data type for the attribute.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CreationDateTime" : { "c2jName" : "CreationDateTime", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationDateTime", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  \n@return The date and time when the table was created, in UNIX epoch time format.*/", "getterMethodName" : "getCreationDateTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationDateTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDateTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationDateTime", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.*/", "setterMethodName" : "setCreationDateTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDateTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  \n@param creationDateTime The date and time when the table was created, in UNIX epoch time format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDateTime", "variableType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The date and time when the table was created, in UNIX epoch time format.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "GlobalSecondaryIndexes" : { "c2jName" : "GlobalSecondaryIndexes", "c2jShape" : "GlobalSecondaryIndexDescriptionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  \n@return The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "getterMethodName" : "getGlobalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndexDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndexDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndexDescription", "variableName" : "member", "variableType" : "GlobalSecondaryIndexDescription", "documentation" : "", "simpleType" : "GlobalSecondaryIndexDescription", "variableSetterType" : "GlobalSecondaryIndexDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexDescription", "variableName" : "member", "variableType" : "GlobalSecondaryIndexDescription", "documentation" : "", "simpleType" : "GlobalSecondaryIndexDescription", "variableSetterType" : "GlobalSecondaryIndexDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndexDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndexDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.*/", "setterMethodName" : "setGlobalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexes(java.util.Collection)} or {@link #withGlobalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexes The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                  • Backfilling - If true, then the index is currently in the backfilling phase. Backfilling occurs only when a new global secondary index is added to the table; it is the process by which DynamoDB populates the new index with data from the table. (This attribute does not appear for indexes that were created during a CreateTable operation.)

                                                                                                                                                                                                                                                                                                                                  • IndexName - The name of the global secondary index.

                                                                                                                                                                                                                                                                                                                                  • IndexSizeBytes - The total size of the global secondary index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • IndexStatus - The current status of the global secondary index:

                                                                                                                                                                                                                                                                                                                                    • CREATING - The index is being created.

                                                                                                                                                                                                                                                                                                                                    • UPDATING - The index is being updated.

                                                                                                                                                                                                                                                                                                                                    • DELETING - The index is being deleted.

                                                                                                                                                                                                                                                                                                                                    • ACTIVE - The index is ready for use.

                                                                                                                                                                                                                                                                                                                                  • ItemCount - The number of items in the global secondary index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                  • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                    • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                      • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                      • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                      • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                    • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                  • ProvisionedThroughput - The provisioned throughput settings for the global secondary index, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                  If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ItemCount" : { "c2jName" : "ItemCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withItemCount", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  \n@return The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getItemCount", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCount", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setItemCount", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  \n@param itemCount The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "itemCount", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "KeySchema" : { "c2jName" : "KeySchema", "c2jShape" : "KeySchema", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKeySchema", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  \n@return The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getKeySchema", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KeySchema", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeySchema", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "KeySchemaElement", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "KeySchemaElement", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "KeySchemaElement", "variableName" : "member", "variableType" : "KeySchemaElement", "documentation" : "", "simpleType" : "KeySchemaElement", "variableSetterType" : "KeySchemaElement" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeySchemaElement", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "KeySchemaElement", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "KeySchema", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setKeySchema", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setKeySchema(java.util.Collection)} or {@link #withKeySchema(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                  \n@param keySchema The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keySchema", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The primary key structure for the table. Each KeySchemaElement consists of:

                                                                                                                                                                                                                                                                                                                                  • AttributeName - The name of the attribute.

                                                                                                                                                                                                                                                                                                                                  • KeyType - The role of the attribute:

                                                                                                                                                                                                                                                                                                                                    • HASH - partition key

                                                                                                                                                                                                                                                                                                                                    • RANGE - sort key

                                                                                                                                                                                                                                                                                                                                    The partition key of an item is also known as its hash attribute. The term \"hash attribute\" derives from DynamoDB' usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.

                                                                                                                                                                                                                                                                                                                                    The sort key of an item is also known as its range attribute. The term \"range attribute\" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.

                                                                                                                                                                                                                                                                                                                                  For more information about primary keys, see Primary Key in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "LatestStreamArn" : { "c2jName" : "LatestStreamArn", "c2jShape" : "StreamArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLatestStreamArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.*/", "getterMethodName" : "getLatestStreamArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestStreamArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestStreamArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestStreamArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.*/", "setterMethodName" : "setLatestStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestStreamArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  \n@param latestStreamArn The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "latestStreamArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LatestStreamLabel" : { "c2jName" : "LatestStreamLabel", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                  A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                  \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                  Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                  • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                  • the table name.

                                                                                                                                                                                                                                                                                                                                  • the StreamLabel.

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

                                                                                                                                                                                                                                                                                                                                    A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                    Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                    • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                    • the table name.

                                                                                                                                                                                                                                                                                                                                    • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                    \n@return A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                    Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                    • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                    • the table name.

                                                                                                                                                                                                                                                                                                                                    • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getLatestStreamLabel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatestStreamLabel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatestStreamLabel", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatestStreamLabel", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                      A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                      Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                      • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                      • the table name.

                                                                                                                                                                                                                                                                                                                                      • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                      \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                      Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                      • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                      • the table name.

                                                                                                                                                                                                                                                                                                                                      • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setLatestStreamLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestStreamLabel", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                        A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                        Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                        • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                        • the table name.

                                                                                                                                                                                                                                                                                                                                        • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                        \n@param latestStreamLabel A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                        Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                        • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                        • the table name.

                                                                                                                                                                                                                                                                                                                                        • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "latestStreamLabel", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          A timestamp, in ISO 8601 format, for this stream.

                                                                                                                                                                                                                                                                                                                                          Note that LatestStreamLabel is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:

                                                                                                                                                                                                                                                                                                                                          • the AWS customer ID.

                                                                                                                                                                                                                                                                                                                                          • the table name.

                                                                                                                                                                                                                                                                                                                                          • the StreamLabel.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LocalSecondaryIndexes" : { "c2jName" : "LocalSecondaryIndexes", "c2jShape" : "LocalSecondaryIndexDescriptionList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLocalSecondaryIndexes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          \n@return Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.*/", "getterMethodName" : "getLocalSecondaryIndexes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LocalSecondaryIndexes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LocalSecondaryIndexes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LocalSecondaryIndexDescription", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "LocalSecondaryIndexDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LocalSecondaryIndexDescription", "variableName" : "member", "variableType" : "LocalSecondaryIndexDescription", "documentation" : "", "simpleType" : "LocalSecondaryIndexDescription", "variableSetterType" : "LocalSecondaryIndexDescription" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LocalSecondaryIndexDescription", "variableName" : "member", "variableType" : "LocalSecondaryIndexDescription", "documentation" : "", "simpleType" : "LocalSecondaryIndexDescription", "variableSetterType" : "LocalSecondaryIndexDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LocalSecondaryIndexDescription", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "LocalSecondaryIndexDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LocalSecondaryIndexes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.*/", "setterMethodName" : "setLocalSecondaryIndexes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setLocalSecondaryIndexes(java.util.Collection)} or {@link #withLocalSecondaryIndexes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                          \n@param localSecondaryIndexes Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "localSecondaryIndexes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. Each element is composed of:

                                                                                                                                                                                                                                                                                                                                          • IndexName - The name of the local secondary index.

                                                                                                                                                                                                                                                                                                                                          • KeySchema - Specifies the complete index key schema. The attribute names in the key schema must be between 1 and 255 characters (inclusive). The key schema must begin with the same partition key as the table.

                                                                                                                                                                                                                                                                                                                                          • Projection - Specifies attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. Each attribute specification is composed of:

                                                                                                                                                                                                                                                                                                                                            • ProjectionType - One of the following:

                                                                                                                                                                                                                                                                                                                                              • KEYS_ONLY - Only the index and primary keys are projected into the index.

                                                                                                                                                                                                                                                                                                                                              • INCLUDE - Only the specified table attributes are projected into the index. The list of projected attributes are in NonKeyAttributes.

                                                                                                                                                                                                                                                                                                                                              • ALL - All of the table attributes are projected into the index.

                                                                                                                                                                                                                                                                                                                                            • NonKeyAttributes - A list of one or more non-key attribute names that are projected into the secondary index. The total count of attributes provided in NonKeyAttributes, summed across all of the secondary indexes, must not exceed 20. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.

                                                                                                                                                                                                                                                                                                                                          • IndexSizeBytes - Represents the total size of the index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          • ItemCount - Represents the number of items in the index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          If the table is in the DELETING state, no information about indexes will be returned.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughputDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          \n@return The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughputDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          \n@param provisionedThroughput The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughputDescription", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughputDescription", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "ProvisionedThroughputDescription", "variableSetterType" : "ProvisionedThroughputDescription" }, "xmlNameSpaceUri" : null }, "StreamSpecification" : { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          \n@param streamSpecification The current DynamoDB Streams configuration for the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamSpecification", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          \n@return The current DynamoDB Streams configuration for the table.*/", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          \n@param streamSpecification The current DynamoDB Streams configuration for the table.*/", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          \n@param streamSpecification The current DynamoDB Streams configuration for the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The current DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null }, "TableArn" : { "c2jName" : "TableArn", "c2jShape" : "String", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          \n@return The Amazon Resource Name (ARN) that uniquely identifies the table.*/", "getterMethodName" : "getTableArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.*/", "setterMethodName" : "setTableArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableArn The Amazon Resource Name (ARN) that uniquely identifies the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The Amazon Resource Name (ARN) that uniquely identifies the table.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          \n@return The name of the table.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          \n@param tableName The name of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The name of the table.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableSizeBytes" : { "c2jName" : "TableSizeBytes", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableSizeBytes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          \n@return The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "getterMethodName" : "getTableSizeBytes", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableSizeBytes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableSizeBytes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableSizeBytes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.*/", "setterMethodName" : "setTableSizeBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "tableSizeBytes", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          \n@param tableSizeBytes The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "tableSizeBytes", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TableStatus" : { "c2jName" : "TableStatus", "c2jShape" : "TableStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The current state of the table:

                                                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                          ", "enumType" : "TableStatus", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                          The current state of the table:

                                                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                          \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                                                          • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                          • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                          • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                          • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TableStatus*/", "fluentSetterMethodName" : "withTableStatus", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                            The current state of the table:

                                                                                                                                                                                                                                                                                                                                            • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                            • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                            • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                            • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                            \n@return The current state of the table:

                                                                                                                                                                                                                                                                                                                                            • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                            • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                            • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                            • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                            • \n@see TableStatus*/", "getterMethodName" : "getTableStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableStatus", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                              The current state of the table:

                                                                                                                                                                                                                                                                                                                                              • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                              • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                              • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                              • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                              \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                                                              • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                              • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                              • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                              • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                              • \n@see TableStatus*/", "setterMethodName" : "setTableStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                The current state of the table:

                                                                                                                                                                                                                                                                                                                                                • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                                • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                                • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                                • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                                \n@param tableStatus The current state of the table:

                                                                                                                                                                                                                                                                                                                                                • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                                • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                                • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                                • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TableStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableStatus", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The current state of the table:

                                                                                                                                                                                                                                                                                                                                                  • CREATING - The table is being created.

                                                                                                                                                                                                                                                                                                                                                  • UPDATING - The table is being updated.

                                                                                                                                                                                                                                                                                                                                                  • DELETING - The table is being deleted.

                                                                                                                                                                                                                                                                                                                                                  • ACTIVE - The table is ready for use.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TableDescription", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : null, "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "wrapper" : false }, "TableStatus" : { "c2jName" : "TableStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "UPDATING", "value" : "UPDATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "ACTIVE", "value" : "ACTIVE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TableStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TableStatus", "variableName" : "tableStatus", "variableType" : "TableStatus", "documentation" : null, "simpleType" : "TableStatus", "variableSetterType" : "TableStatus" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single DynamoDB table.

                                                                                                                                                                                                                                                                                                                                                  AWS-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. AWS-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report. You cannot backdate the application of a tag.

                                                                                                                                                                                                                                                                                                                                                  For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKeyString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@return The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValueString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@return The value of the tag. Tag values are case-sensitive and can be null.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKeyString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@return The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The key of the tag.Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValueString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@return The value of the tag. Tag values are case-sensitive and can be null.*/", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.*/", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  \n@param value The value of the tag. Tag values are case-sensitive and can be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The value of the tag. Tag values are case-sensitive and can be null.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key", "Value" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagResourceRequest" : { "c2jName" : "TagResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@return Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@return The tags to be assigned to the Amazon DynamoDB resource.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@return Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "Tags", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTags", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@return The tags to be assigned to the Amazon DynamoDB resource.*/", "getterMethodName" : "getTags", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Tag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.*/", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tags The tags to be assigned to the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The tags to be assigned to the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "Tags" ], "shapeName" : "TagResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false }, "TagResourceResult" : { "c2jName" : "TagResourceResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResult", "variableName" : "tagResourceResult", "variableType" : "TagResourceResult", "documentation" : null, "simpleType" : "TagResourceResult", "variableSetterType" : "TagResourceResult" }, "wrapper" : false }, "UntagResourceRequest" : { "c2jName" : "UntagResourceInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTagKeys", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.*/", "getterMethodName" : "getTagKeys", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKeyString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.*/", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "c2jName" : "ResourceArn", "c2jShape" : "ResourceArnString", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withResourceArn", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@return The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).*/", "getterMethodName" : "getResourceArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ResourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ResourceArn", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).*/", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  \n@param resourceArn The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTagKeys", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@return A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.*/", "getterMethodName" : "getTagKeys", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TagKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagKeyString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "TagKeys", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.*/", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param tagKeys A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "TagKeys" ], "shapeName" : "UntagResourceRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false }, "UntagResourceResult" : { "c2jName" : "UntagResourceResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResult", "variableName" : "untagResourceResult", "variableType" : "UntagResourceResult", "documentation" : null, "simpleType" : "UntagResourceResult", "variableSetterType" : "UntagResourceResult" }, "wrapper" : false }, "UpdateGlobalSecondaryIndexAction" : { "c2jName" : "UpdateGlobalSecondaryIndexAction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the new provisioned throughput settings to be applied to a global secondary index.

                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the global secondary index to be updated.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexName" : { "c2jName" : "IndexName", "c2jShape" : "IndexName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the global secondary index to be updated.*/", "getterMethodName" : "getIndexName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.*/", "setterMethodName" : "setIndexName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  \n@param indexName The name of the global secondary index to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the global secondary index to be updated.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the provisioned throughput settings for the specified global secondary index.

                                                                                                                                                                                                                                                                                                                                                  For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexName", "ProvisionedThroughput" ], "shapeName" : "UpdateGlobalSecondaryIndexAction", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateGlobalSecondaryIndexAction", "variableName" : "updateGlobalSecondaryIndexAction", "variableType" : "UpdateGlobalSecondaryIndexAction", "documentation" : null, "simpleType" : "UpdateGlobalSecondaryIndexAction", "variableSetterType" : "UpdateGlobalSecondaryIndexAction" }, "wrapper" : false }, "UpdateItemRequest" : { "c2jName" : "UpdateItemInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the input of an UpdateItem operation.

                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateItem", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.UpdateItem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the item to update.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@return The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AttributeUpdates", "c2jShape" : "AttributeUpdates", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeUpdates", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributeUpdates", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValueUpdate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValueUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValueUpdate", "variableName" : "value", "variableType" : "AttributeValueUpdate", "documentation" : "", "simpleType" : "AttributeValueUpdate", "variableSetterType" : "AttributeValueUpdate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValueUpdate", "variableName" : "value", "variableType" : "AttributeValueUpdate", "documentation" : "", "simpleType" : "AttributeValueUpdate", "variableSetterType" : "AttributeValueUpdate" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValueUpdate", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "AttributeUpdates", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributeUpdates", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributeUpdates", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UpdateExpression", "c2jShape" : "UpdateExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getUpdateExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setUpdateExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "updateExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeUpdates" : { "c2jName" : "AttributeUpdates", "c2jShape" : "AttributeUpdates", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeUpdates", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getAttributeUpdates", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeUpdates", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValueUpdate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValueUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValueUpdate", "variableName" : "value", "variableType" : "AttributeValueUpdate", "documentation" : "", "simpleType" : "AttributeValueUpdate", "variableSetterType" : "AttributeValueUpdate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValueUpdate", "variableName" : "value", "variableType" : "AttributeValueUpdate", "documentation" : "", "simpleType" : "AttributeValueUpdate", "variableSetterType" : "AttributeValueUpdate" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValueUpdate", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "AttributeUpdates", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setAttributeUpdates", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributeUpdates", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributeUpdates This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributeUpdates", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use UpdateExpression instead. For more information, see AttributeUpdates in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ConditionExpression" : { "c2jName" : "ConditionExpression", "c2jShape" : "ConditionExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConditionExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConditionExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConditionExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionExpression A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A condition that must be satisfied in order for a conditional update to succeed.

                                                                                                                                                                                                                                                                                                                                                  An expression can contain any of the following:

                                                                                                                                                                                                                                                                                                                                                  • Functions: attribute_exists | attribute_not_exists | attribute_type | contains | begins_with | size

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • Comparison operators: = | <> | < | > | <= | >= | BETWEEN | IN

                                                                                                                                                                                                                                                                                                                                                  • Logical operators: AND | OR | NOT

                                                                                                                                                                                                                                                                                                                                                  For more information on condition expressions, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConditionalOperator" : { "c2jName" : "ConditionalOperator", "c2jShape" : "ConditionalOperator", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ConditionalOperator", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "fluentSetterMethodName" : "withConditionalOperator", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "getterMethodName" : "getConditionalOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConditionalOperator", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConditionalOperator", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConditionalOperator", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@see ConditionalOperator*/", "setterMethodName" : "setConditionalOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param conditionalOperator This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConditionalOperator*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "conditionalOperator", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpression instead. For more information, see ConditionalOperator in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expected" : { "c2jName" : "Expected", "c2jShape" : "ExpectedAttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpected", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpected", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expected", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expected", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "ExpectedAttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "ExpectedAttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpectedAttributeValue", "variableName" : "value", "variableType" : "ExpectedAttributeValue", "documentation" : "", "simpleType" : "ExpectedAttributeValue", "variableSetterType" : "ExpectedAttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "ExpectedAttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Expected", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpected", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expected This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expected", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This is a legacy parameter. Use ConditionExpresssion instead. For more information, see Expected in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeNames" : { "c2jName" : "ExpressionAttributeNames", "c2jShape" : "ExpressionAttributeNameMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeNames", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "ExpressionAttributeNames", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeNames", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeNames One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeNames", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • To access an attribute whose name conflicts with a DynamoDB reserved word.

                                                                                                                                                                                                                                                                                                                                                  • To create a placeholder for repeating occurrences of an attribute name in an expression.

                                                                                                                                                                                                                                                                                                                                                  • To prevent special characters in an attribute name from being misinterpreted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the # character in an expression to dereference an attribute name. For example, consider the following attribute name:

                                                                                                                                                                                                                                                                                                                                                  • Percentile

                                                                                                                                                                                                                                                                                                                                                  The name of this attribute conflicts with a reserved word, so it cannot be used directly in an expression. (For the complete list of reserved words, see Reserved Words in the Amazon DynamoDB Developer Guide). To work around this, you could specify the following for ExpressionAttributeNames:

                                                                                                                                                                                                                                                                                                                                                  • {\"#P\":\"Percentile\"}

                                                                                                                                                                                                                                                                                                                                                  You could then use this substitution in an expression, as in this example:

                                                                                                                                                                                                                                                                                                                                                  • #P = :val

                                                                                                                                                                                                                                                                                                                                                  Tokens that begin with the : character are expression attribute values, which are placeholders for the actual value at runtime.

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute names, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ExpressionAttributeValues" : { "c2jName" : "ExpressionAttributeValues", "c2jShape" : "ExpressionAttributeValueMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionAttributeValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getExpressionAttributeValues", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionAttributeValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionAttributeValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "ExpressionAttributeValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setExpressionAttributeValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param expressionAttributeValues One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "expressionAttributeValues", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  One or more values that can be substituted in an expression.

                                                                                                                                                                                                                                                                                                                                                  Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following:

                                                                                                                                                                                                                                                                                                                                                  Available | Backordered | Discontinued

                                                                                                                                                                                                                                                                                                                                                  You would first need to specify ExpressionAttributeValues as follows:

                                                                                                                                                                                                                                                                                                                                                  { \":avail\":{\"S\":\"Available\"}, \":back\":{\"S\":\"Backordered\"}, \":disc\":{\"S\":\"Discontinued\"} }

                                                                                                                                                                                                                                                                                                                                                  You could then use these values in an expression, such as this:

                                                                                                                                                                                                                                                                                                                                                  ProductStatus IN (:avail, :back, :disc)

                                                                                                                                                                                                                                                                                                                                                  For more information on expression attribute values, see Specifying Conditions in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Key" : { "c2jName" : "Key", "c2jShape" : "Key", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withKey", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@return The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "getterMethodName" : "getKey", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Key", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.*/", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  \n@param key The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "key", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

                                                                                                                                                                                                                                                                                                                                                  For the primary key, you must provide all of the attributes. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ReturnConsumedCapacity" : { "c2jName" : "ReturnConsumedCapacity", "c2jShape" : "ReturnConsumedCapacity", "deprecated" : false, "documentation" : "", "enumType" : "ReturnConsumedCapacity", "fluentSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "fluentSetterMethodName" : "withReturnConsumedCapacity", "getterDocumentation" : "/**\n@return \n@see ReturnConsumedCapacity*/", "getterMethodName" : "getReturnConsumedCapacity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnConsumedCapacity", "setterDocumentation" : "/**\n@param returnConsumedCapacity \n@see ReturnConsumedCapacity*/", "setterMethodName" : "setReturnConsumedCapacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param returnConsumedCapacity \n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnConsumedCapacity*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnConsumedCapacity", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnItemCollectionMetrics" : { "c2jName" : "ReturnItemCollectionMetrics", "c2jShape" : "ReturnItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnItemCollectionMetrics", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "fluentSetterMethodName" : "withReturnItemCollectionMetrics", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "getterMethodName" : "getReturnItemCollectionMetrics", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@see ReturnItemCollectionMetrics*/", "setterMethodName" : "setReturnItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param returnItemCollectionMetrics Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnItemCollectionMetrics*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnItemCollectionMetrics", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Determines whether item collection metrics are returned. If set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReturnValues" : { "c2jName" : "ReturnValues", "c2jShape" : "ReturnValue", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : "ReturnValue", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "fluentSetterMethodName" : "withReturnValues", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@return Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@see ReturnValue*/", "getterMethodName" : "getReturnValues", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnValues", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnValues", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnValues", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@see ReturnValue*/", "setterMethodName" : "setReturnValues", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  \n@param returnValues Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReturnValue*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "returnValues", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Use ReturnValues if you want to get the item attributes as they appeared either before or after they were updated. For UpdateItem, the valid values are:

                                                                                                                                                                                                                                                                                                                                                  • NONE - If ReturnValues is not specified, or if its value is NONE, then nothing is returned. (This setting is the default for ReturnValues.)

                                                                                                                                                                                                                                                                                                                                                  • ALL_OLD - If UpdateItem overwrote an attribute name-value pair, then the content of the old item is returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_OLD - The old versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  • ALL_NEW - All of the attributes of the new version of the item are returned.

                                                                                                                                                                                                                                                                                                                                                  • UPDATED_NEW - The new versions of only the updated attributes are returned.

                                                                                                                                                                                                                                                                                                                                                  There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No Read Capacity Units are consumed.

                                                                                                                                                                                                                                                                                                                                                  Values returned are strongly consistent

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the table containing the item to update.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table containing the item to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name of the table containing the item to update.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateExpression" : { "c2jName" : "UpdateExpression", "c2jShape" : "UpdateExpression", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateExpression", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getUpdateExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateExpression", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setUpdateExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "updateExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param updateExpression An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "updateExpression", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

                                                                                                                                                                                                                                                                                                                                                  The following action values are available for UpdateExpression.

                                                                                                                                                                                                                                                                                                                                                  • SET - Adds one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values. You can also use SET to add or subtract from an attribute that is of type Number. For example: SET myNum = myNum + :val

                                                                                                                                                                                                                                                                                                                                                    SET supports the following functions:

                                                                                                                                                                                                                                                                                                                                                    • if_not_exists (path, operand) - if the item does not contain an attribute at the specified path, then if_not_exists evaluates to operand; otherwise, it evaluates to path. You can use this function to avoid overwriting an attribute that may already be present in the item.

                                                                                                                                                                                                                                                                                                                                                    • list_append (operand, operand) - evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands.

                                                                                                                                                                                                                                                                                                                                                    These function names are case-sensitive.

                                                                                                                                                                                                                                                                                                                                                  • REMOVE - Removes one or more attributes from an item.

                                                                                                                                                                                                                                                                                                                                                  • ADD - Adds the specified value to the item, if the attribute does not already exist. If the attribute does exist, then the behavior of ADD depends on the data type of the attribute:

                                                                                                                                                                                                                                                                                                                                                    • If the existing attribute is a number, and if Value is also a number, then Value is mathematically added to the existing attribute. If Value is a negative number, then it is subtracted from the existing attribute.

                                                                                                                                                                                                                                                                                                                                                      If you use ADD to increment or decrement a number value for an item that doesn't exist before the update, DynamoDB uses 0 as the initial value.

                                                                                                                                                                                                                                                                                                                                                      Similarly, if you use ADD for an existing item to increment or decrement an attribute value that doesn't exist before the update, DynamoDB uses 0 as the initial value. For example, suppose that the item you want to update doesn't have an attribute named itemcount, but you decide to ADD the number 3 to this attribute anyway. DynamoDB will create the itemcount attribute, set its initial value to 0, and finally add 3 to it. The result will be a new itemcount attribute in the item, with a value of 3.

                                                                                                                                                                                                                                                                                                                                                    • If the existing data type is a set and if Value is also a set, then Value is added to the existing set. For example, if the attribute value is the set [1,2], and the ADD action specified [3], then the final attribute value is [1,2,3]. An error occurs if an ADD action is specified for a set attribute and the attribute type specified does not match the existing set type.

                                                                                                                                                                                                                                                                                                                                                      Both sets must have the same primitive data type. For example, if the existing data type is a set of strings, the Value must also be a set of strings.

                                                                                                                                                                                                                                                                                                                                                    The ADD action only supports Number and set data types. In addition, ADD can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  • DELETE - Deletes an element from a set.

                                                                                                                                                                                                                                                                                                                                                    If a set of values is specified, then those values are subtracted from the old set. For example, if the attribute value was the set [a,b,c] and the DELETE action specifies [a,c], then the final attribute value is [b]. Specifying an empty set is an error.

                                                                                                                                                                                                                                                                                                                                                    The DELETE action only supports set data types. In addition, DELETE can only be used on top-level attributes, not nested attributes.

                                                                                                                                                                                                                                                                                                                                                  You can have many actions in a single expression, such as the following: SET a=:value1, b=:value2 DELETE :value3, :value4, :value5

                                                                                                                                                                                                                                                                                                                                                  For more information on update expressions, see Modifying Items and Attributes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName", "Key" ], "shapeName" : "UpdateItemRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateItemRequest", "variableName" : "updateItemRequest", "variableType" : "UpdateItemRequest", "documentation" : null, "simpleType" : "UpdateItemRequest", "variableSetterType" : "UpdateItemRequest" }, "wrapper" : false }, "UpdateItemResult" : { "c2jName" : "UpdateItemOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Represents the output of an UpdateItem operation.

                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  \n@return A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@return The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                  \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                                                                                                                                                                                                    Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                    \n@return Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                    Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                    • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                    • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                      The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                    • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                      Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                      \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                      Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                      • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                      • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                        The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                      • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                        Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                        \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                        Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                        • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                        • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                          The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attributes" : { "c2jName" : "Attributes", "c2jShape" : "AttributeMap", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributes", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          \n@return A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.*/", "getterMethodName" : "getAttributes", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Attributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Attributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "AttributeValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "AttributeValue", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeValue", "variableName" : "value", "variableType" : "AttributeValue", "documentation" : "", "simpleType" : "AttributeValue", "variableSetterType" : "AttributeValue" }, "xmlNameSpaceUri" : null }, "valueType" : "AttributeValue", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : false }, "name" : "Attributes", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.*/", "setterMethodName" : "setAttributes", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          \n@param attributes A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "attributes", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          A map of attribute values as they appeared before the UpdateItem operation. This map only appears if ReturnValues was specified as something other than NONE in the request. Each element represents one attribute.

                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "ConsumedCapacity" : { "c2jName" : "ConsumedCapacity", "c2jShape" : "ConsumedCapacity", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withConsumedCapacity", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          \n@return The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getConsumedCapacity", "getterModel" : { "returnType" : "ConsumedCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConsumedCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConsumedCapacity", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConsumedCapacity", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setConsumedCapacity", "setterModel" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          \n@param consumedCapacity The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConsumedCapacity", "variableName" : "consumedCapacity", "variableType" : "ConsumedCapacity", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "ConsumedCapacity", "variableSetterType" : "ConsumedCapacity" }, "xmlNameSpaceUri" : null }, "ItemCollectionMetrics" : { "c2jName" : "ItemCollectionMetrics", "c2jShape" : "ItemCollectionMetrics", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                          Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                          \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                          Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                          • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                          • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                            The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

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

                                                                                                                                                                                                                                                                                                                                                            Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                            \n@return Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                            Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                            • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                            • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                              The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                            • */", "getterMethodName" : "getItemCollectionMetrics", "getterModel" : { "returnType" : "ItemCollectionMetrics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ItemCollectionMetrics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ItemCollectionMetrics", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ItemCollectionMetrics", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                              Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                              \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                              Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                              • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                              • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                                The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                              • */", "setterMethodName" : "setItemCollectionMetrics", "setterModel" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                                \n@param itemCollectionMetrics Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                                Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                                • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                                • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                                  The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ItemCollectionMetrics", "variableName" : "itemCollectionMetrics", "variableType" : "ItemCollectionMetrics", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Information about item collections, if any, that were affected by the UpdateItem operation. ItemCollectionMetrics is only returned if the ReturnItemCollectionMetrics parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.

                                                                                                                                                                                                                                                                                                                                                                  Each ItemCollectionMetrics element consists of:

                                                                                                                                                                                                                                                                                                                                                                  • ItemCollectionKey - The partition key value of the item collection. This is the same as the partition key value of the item itself.

                                                                                                                                                                                                                                                                                                                                                                  • SizeEstimateRange - An estimate of item collection size, in gigabytes. This value is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit.

                                                                                                                                                                                                                                                                                                                                                                    The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ItemCollectionMetrics", "variableSetterType" : "ItemCollectionMetrics" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateItemResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateItemResult", "variableName" : "updateItemResult", "variableType" : "UpdateItemResult", "documentation" : null, "simpleType" : "UpdateItemResult", "variableSetterType" : "UpdateItemResult" }, "wrapper" : false }, "UpdateTableRequest" : { "c2jName" : "UpdateTableInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the input of an UpdateTable operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateTable", "locationName" : null, "requestUri" : "/", "target" : "DynamoDB_20120810.UpdateTable", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeDefinitions", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@return An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.*/", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.*/", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the table to be updated.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The new provisioned throughput settings for the specified table or index.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null }, { "c2jName" : "GlobalSecondaryIndexUpdates", "c2jShape" : "GlobalSecondaryIndexUpdateList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexUpdates", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@return An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getGlobalSecondaryIndexUpdates", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexUpdates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndexUpdate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndexUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndexUpdate", "variableName" : "member", "variableType" : "GlobalSecondaryIndexUpdate", "documentation" : "", "simpleType" : "GlobalSecondaryIndexUpdate", "variableSetterType" : "GlobalSecondaryIndexUpdate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexUpdate", "variableName" : "member", "variableType" : "GlobalSecondaryIndexUpdate", "documentation" : "", "simpleType" : "GlobalSecondaryIndexUpdate", "variableSetterType" : "GlobalSecondaryIndexUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndexUpdate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndexUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexUpdates", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setGlobalSecondaryIndexUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexUpdates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexUpdates(java.util.Collection)} or {@link #withGlobalSecondaryIndexUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexUpdates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

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

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  */", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  */", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttributeDefinitions" : { "c2jName" : "AttributeDefinitions", "c2jShape" : "AttributeDefinitions", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAttributeDefinitions", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@return An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.*/", "getterMethodName" : "getAttributeDefinitions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AttributeDefinitions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AttributeDefinitions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AttributeDefinition", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AttributeDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AttributeDefinition", "variableName" : "member", "variableType" : "AttributeDefinition", "documentation" : "", "simpleType" : "AttributeDefinition", "variableSetterType" : "AttributeDefinition" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttributeDefinition", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AttributeDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AttributeDefinitions", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.*/", "setterMethodName" : "setAttributeDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeDefinitions(java.util.Collection)} or {@link #withAttributeDefinitions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeDefinitions An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attributeDefinitions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "GlobalSecondaryIndexUpdates" : { "c2jName" : "GlobalSecondaryIndexUpdates", "c2jShape" : "GlobalSecondaryIndexUpdateList", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withGlobalSecondaryIndexUpdates", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@return An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.*/", "getterMethodName" : "getGlobalSecondaryIndexUpdates", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "GlobalSecondaryIndexUpdates", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GlobalSecondaryIndexUpdates", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "GlobalSecondaryIndexUpdate", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "GlobalSecondaryIndexUpdate", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "GlobalSecondaryIndexUpdate", "variableName" : "member", "variableType" : "GlobalSecondaryIndexUpdate", "documentation" : "", "simpleType" : "GlobalSecondaryIndexUpdate", "variableSetterType" : "GlobalSecondaryIndexUpdate" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "GlobalSecondaryIndexUpdate", "variableName" : "member", "variableType" : "GlobalSecondaryIndexUpdate", "documentation" : "", "simpleType" : "GlobalSecondaryIndexUpdate", "variableSetterType" : "GlobalSecondaryIndexUpdate" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "GlobalSecondaryIndexUpdate", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "GlobalSecondaryIndexUpdate", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "GlobalSecondaryIndexUpdates", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.*/", "setterMethodName" : "setGlobalSecondaryIndexUpdates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexUpdates", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setGlobalSecondaryIndexUpdates(java.util.Collection)} or {@link #withGlobalSecondaryIndexUpdates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param globalSecondaryIndexUpdates An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "globalSecondaryIndexUpdates", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

                                                                                                                                                                                                                                                                                                                                                                  • Create - add a new global secondary index to the table.

                                                                                                                                                                                                                                                                                                                                                                  • Update - modify the provisioned throughput settings of an existing global secondary index.

                                                                                                                                                                                                                                                                                                                                                                  • Delete - remove a global secondary index from the table.

                                                                                                                                                                                                                                                                                                                                                                  For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ProvisionedThroughput" : { "c2jName" : "ProvisionedThroughput", "c2jShape" : "ProvisionedThroughput", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProvisionedThroughput", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The new provisioned throughput settings for the specified table or index.*/", "getterMethodName" : "getProvisionedThroughput", "getterModel" : { "returnType" : "ProvisionedThroughput", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ProvisionedThroughput", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ProvisionedThroughput", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ProvisionedThroughput", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.*/", "setterMethodName" : "setProvisionedThroughput", "setterModel" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  \n@param provisionedThroughput The new provisioned throughput settings for the specified table or index.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ProvisionedThroughput", "variableName" : "provisionedThroughput", "variableType" : "ProvisionedThroughput", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The new provisioned throughput settings for the specified table or index.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "ProvisionedThroughput", "variableSetterType" : "ProvisionedThroughput" }, "xmlNameSpaceUri" : null }, "StreamSpecification" : { "c2jName" : "StreamSpecification", "c2jShape" : "StreamSpecification", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

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

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  */", "getterMethodName" : "getStreamSpecification", "getterModel" : { "returnType" : "StreamSpecification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StreamSpecification", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamSpecification", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StreamSpecification", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  */", "setterMethodName" : "setStreamSpecification", "setterModel" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@param streamSpecification Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "StreamSpecification", "variableName" : "streamSpecification", "variableType" : "StreamSpecification", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the DynamoDB Streams configuration for the table.

                                                                                                                                                                                                                                                                                                                                                                  You will receive a ResourceInUseException if you attempt to enable a stream on a table that already has a stream, or if you attempt to disable a stream on a table which does not have a stream.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "StreamSpecification", "variableSetterType" : "StreamSpecification" }, "xmlNameSpaceUri" : null }, "TableName" : { "c2jName" : "TableName", "c2jShape" : "TableName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableName", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the table to be updated.*/", "getterMethodName" : "getTableName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableName", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.*/", "setterMethodName" : "setTableName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableName The name of the table to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "tableName", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the table to be updated.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TableName" ], "shapeName" : "UpdateTableRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateTableRequest", "variableName" : "updateTableRequest", "variableType" : "UpdateTableRequest", "documentation" : null, "simpleType" : "UpdateTableRequest", "variableSetterType" : "UpdateTableRequest" }, "wrapper" : false }, "UpdateTableResult" : { "c2jName" : "UpdateTableOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the output of an UpdateTable operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the properties of the table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TableDescription" : { "c2jName" : "TableDescription", "c2jShape" : "TableDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTableDescription", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Represents the properties of the table.*/", "getterMethodName" : "getTableDescription", "getterModel" : { "returnType" : "TableDescription", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TableDescription", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TableDescription", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TableDescription", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.*/", "setterMethodName" : "setTableDescription", "setterModel" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  \n@param tableDescription Represents the properties of the table.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TableDescription", "variableName" : "tableDescription", "variableType" : "TableDescription", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents the properties of the table.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "TableDescription", "variableSetterType" : "TableDescription" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateTableResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateTableResult", "variableName" : "updateTableResult", "variableType" : "UpdateTableResult", "documentation" : null, "simpleType" : "UpdateTableResult", "variableSetterType" : "UpdateTableResult" }, "wrapper" : false }, "WriteRequest" : { "c2jName" : "WriteRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Represents an operation to perform - either DeleteItem or PutItem. You can only request one of these operations, not both, in a single WriteRequest. If you do need to perform both of these operations, you will need to provide two separate WriteRequest objects.

                                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "PutRequest", "c2jShape" : "PutRequest", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPutRequest", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A request to perform a PutItem operation.*/", "getterMethodName" : "getPutRequest", "getterModel" : { "returnType" : "PutRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PutRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PutRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PutRequest", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.*/", "setterMethodName" : "setPutRequest", "setterModel" : { "variableDeclarationType" : "PutRequest", "variableName" : "putRequest", "variableType" : "PutRequest", "documentation" : "", "simpleType" : "PutRequest", "variableSetterType" : "PutRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRequest", "variableName" : "putRequest", "variableType" : "PutRequest", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PutRequest", "variableSetterType" : "PutRequest" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeleteRequest", "c2jShape" : "DeleteRequest", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleteRequest", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A request to perform a DeleteItem operation.*/", "getterMethodName" : "getDeleteRequest", "getterModel" : { "returnType" : "DeleteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeleteRequest", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.*/", "setterMethodName" : "setDeleteRequest", "setterModel" : { "variableDeclarationType" : "DeleteRequest", "variableName" : "deleteRequest", "variableType" : "DeleteRequest", "documentation" : "", "simpleType" : "DeleteRequest", "variableSetterType" : "DeleteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteRequest", "variableName" : "deleteRequest", "variableType" : "DeleteRequest", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "DeleteRequest", "variableSetterType" : "DeleteRequest" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeleteRequest" : { "c2jName" : "DeleteRequest", "c2jShape" : "DeleteRequest", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleteRequest", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A request to perform a DeleteItem operation.*/", "getterMethodName" : "getDeleteRequest", "getterModel" : { "returnType" : "DeleteRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeleteRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeleteRequest", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.*/", "setterMethodName" : "setDeleteRequest", "setterModel" : { "variableDeclarationType" : "DeleteRequest", "variableName" : "deleteRequest", "variableType" : "DeleteRequest", "documentation" : "", "simpleType" : "DeleteRequest", "variableSetterType" : "DeleteRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param deleteRequest A request to perform a DeleteItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeleteRequest", "variableName" : "deleteRequest", "variableType" : "DeleteRequest", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a DeleteItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "DeleteRequest", "variableSetterType" : "DeleteRequest" }, "xmlNameSpaceUri" : null }, "PutRequest" : { "c2jName" : "PutRequest", "c2jShape" : "PutRequest", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPutRequest", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A request to perform a PutItem operation.*/", "getterMethodName" : "getPutRequest", "getterModel" : { "returnType" : "PutRequest", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PutRequest", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PutRequest", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PutRequest", "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.*/", "setterMethodName" : "setPutRequest", "setterModel" : { "variableDeclarationType" : "PutRequest", "variableName" : "putRequest", "variableType" : "PutRequest", "documentation" : "", "simpleType" : "PutRequest", "variableSetterType" : "PutRequest" }, "simple" : false, "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  \n@param putRequest A request to perform a PutItem operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "PutRequest", "variableName" : "putRequest", "variableType" : "PutRequest", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A request to perform a PutItem operation.

                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PutRequest", "variableSetterType" : "PutRequest" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "WriteRequest", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WriteRequest", "variableName" : "writeRequest", "variableType" : "WriteRequest", "documentation" : null, "simpleType" : "WriteRequest", "variableSetterType" : "WriteRequest" }, "wrapper" : false } }, "clientConfigFactory" : "com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { "BatchGetItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example reads multiple items from the Music table using a batch of three GetItem requests. Only the AlbumTitle attribute is returned.", "id" : "to-retrieve-multiple-items-from-a-table-1476118438992", "input" : { "RequestItems" : { } }, "output" : { "Responses" : { } }, "title" : "To retrieve multiple items from a table" } ], "BatchWriteItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds three new items to the Music table using a batch of three PutItem requests.", "id" : "to-add-multiple-items-to-a-table-1476118519747", "input" : { "RequestItems" : { } }, "output" : { }, "title" : "To add multiple items to a table" } ], "CreateTable" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example creates a table named Music.", "id" : "to-create-a-table-1476116291743", "input" : { "AttributeDefinitions" : [ { "AttributeName" : "Artist", "AttributeType" : "S" }, { "AttributeName" : "SongTitle", "AttributeType" : "S" } ], "TableName" : "Music", "KeySchema" : [ { "AttributeName" : "Artist", "KeyType" : "HASH" }, { "AttributeName" : "SongTitle", "KeyType" : "RANGE" } ], "ProvisionedThroughput" : { "ReadCapacityUnits" : 5, "WriteCapacityUnits" : 5 } }, "output" : { "TableDescription" : { "AttributeDefinitions" : [ { "AttributeName" : "Artist", "AttributeType" : "S" }, { "AttributeName" : "SongTitle", "AttributeType" : "S" } ], "TableName" : "Music", "KeySchema" : [ { "AttributeName" : "Artist", "KeyType" : "HASH" }, { "AttributeName" : "SongTitle", "KeyType" : "RANGE" } ], "TableStatus" : "CREATING", "CreationDateTime" : "1421866952.062", "ProvisionedThroughput" : { "ReadCapacityUnits" : 5, "WriteCapacityUnits" : 5 }, "TableSizeBytes" : 0, "ItemCount" : 0 } }, "title" : "To create a table" } ], "DeleteItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes an item from the Music table.", "id" : "to-delete-an-item-1475884573758", "input" : { "TableName" : "Music", "Key" : { } }, "output" : { "ConsumedCapacity" : { "TableName" : "Music", "CapacityUnits" : 1 } }, "title" : "To delete an item" } ], "DeleteTable" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example deletes the Music table.", "id" : "to-delete-a-table-1475884368755", "input" : { "TableName" : "Music" }, "output" : { "TableDescription" : { "TableName" : "Music", "TableStatus" : "DELETING", "ProvisionedThroughput" : { "NumberOfDecreasesToday" : 1, "ReadCapacityUnits" : 5, "WriteCapacityUnits" : 5 }, "TableSizeBytes" : 0, "ItemCount" : 0 } }, "title" : "To delete a table" } ], "DescribeLimits" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example returns the maximum read and write capacity units per table, and for the AWS account, in the current AWS region.", "id" : "to-determine-capacity-limits-per-table-and-account-in-the-current-aws-region-1475884162064", "input" : { }, "output" : { "AccountMaxReadCapacityUnits" : 20000, "AccountMaxWriteCapacityUnits" : 20000, "TableMaxReadCapacityUnits" : 10000, "TableMaxWriteCapacityUnits" : 10000 }, "title" : "To determine capacity limits per table and account, in the current AWS region" } ], "DescribeTable" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example describes the Music table.", "id" : "to-describe-a-table-1475884440502", "input" : { "TableName" : "Music" }, "output" : { "Table" : { "AttributeDefinitions" : [ { "AttributeName" : "Artist", "AttributeType" : "S" }, { "AttributeName" : "SongTitle", "AttributeType" : "S" } ], "TableName" : "Music", "KeySchema" : [ { "AttributeName" : "Artist", "KeyType" : "HASH" }, { "AttributeName" : "SongTitle", "KeyType" : "RANGE" } ], "TableStatus" : "ACTIVE", "CreationDateTime" : "1421866952.062", "ProvisionedThroughput" : { "NumberOfDecreasesToday" : 1, "ReadCapacityUnits" : 5, "WriteCapacityUnits" : 5 }, "TableSizeBytes" : 0, "ItemCount" : 0 } }, "title" : "To describe a table" } ], "GetItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example retrieves an item from the Music table. The table has a partition key and a sort key (Artist and SongTitle), so you must specify both of these attributes.", "id" : "to-read-an-item-from-a-table-1475884258350", "input" : { "TableName" : "Music", "Key" : { } }, "output" : { "Item" : { } }, "title" : "To read an item from a table" } ], "ListTables" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example lists all of the tables associated with the current AWS account and endpoint.", "id" : "to-list-tables-1475884741238", "input" : { }, "output" : { "TableNames" : [ "Forum", "ProductCatalog", "Reply", "Thread" ] }, "title" : "To list tables" } ], "PutItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example adds a new item to the Music table.", "id" : "to-add-an-item-to-a-table-1476116191110", "input" : { "TableName" : "Music", "Item" : { }, "ReturnConsumedCapacity" : "TOTAL" }, "output" : { "ConsumedCapacity" : { "TableName" : "Music", "CapacityUnits" : 1 } }, "title" : "To add an item to a table" } ], "Query" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example queries items in the Music table. The table has a partition key and sort key (Artist and SongTitle), but this query only specifies the partition key value. It returns song titles by the artist named \"No One You Know\".", "id" : "to-query-an-item-1475883874631", "input" : { "TableName" : "Music", "ProjectionExpression" : "SongTitle", "KeyConditionExpression" : "Artist = :v1", "ExpressionAttributeValues" : { } }, "output" : { "Items" : [ { } ], "Count" : 2, "ScannedCount" : 2, "ConsumedCapacity" : { } }, "title" : "To query an item" } ], "Scan" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example scans the entire Music table, and then narrows the results to songs by the artist \"No One You Know\". For each item, only the album title and song title are returned.", "id" : "to-scan-a-table-1475883652470", "input" : { "TableName" : "Music", "ProjectionExpression" : "#ST, #AT", "FilterExpression" : "Artist = :a", "ExpressionAttributeNames" : { }, "ExpressionAttributeValues" : { } }, "output" : { "Items" : [ { }, { } ], "Count" : 2, "ScannedCount" : 3, "ConsumedCapacity" : { } }, "title" : "To scan a table" } ], "UpdateItem" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example updates an item in the Music table. It adds a new attribute (Year) and modifies the AlbumTitle attribute. All of the attributes in the item, as they appear after the update, are returned in the response.", "id" : "to-update-an-item-in-a-table-1476118250055", "input" : { "TableName" : "Music", "Key" : { }, "ReturnValues" : "ALL_NEW", "UpdateExpression" : "SET #Y = :y, #AT = :t", "ExpressionAttributeNames" : { }, "ExpressionAttributeValues" : { } }, "output" : { "Attributes" : { } }, "title" : "To update an item in a table" } ], "UpdateTable" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example increases the provisioned read and write capacity on the Music table.", "id" : "to-modify-a-tables-provisioned-throughput-1476118076147", "input" : { "TableName" : "MusicCollection", "ProvisionedThroughput" : { "ReadCapacityUnits" : 10, "WriteCapacityUnits" : 10 } }, "output" : { "TableDescription" : { "AttributeDefinitions" : [ { "AttributeName" : "Artist", "AttributeType" : "S" }, { "AttributeName" : "SongTitle", "AttributeType" : "S" } ], "TableName" : "MusicCollection", "KeySchema" : [ { "AttributeName" : "Artist", "KeyType" : "HASH" }, { "AttributeName" : "SongTitle", "KeyType" : "RANGE" } ], "TableStatus" : "UPDATING", "CreationDateTime" : "1421866952.062", "ProvisionedThroughput" : { "LastIncreaseDateTime" : "1421874759.194", "NumberOfDecreasesToday" : 1, "ReadCapacityUnits" : 1, "WriteCapacityUnits" : 1 }, "TableSizeBytes" : 0, "ItemCount" : 0 } }, "title" : "To modify a table's provisioned throughput" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights\n * 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 */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonDynamoDBException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.dynamodbv2.model.transform" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy